Package | Description |
---|---|
gov.sandia.cognition.factory |
Provides interfaces and implementations of general factory objects.
|
Modifier and Type | Method and Description |
---|---|
static <T> DefaultFactory<T> |
DefaultFactory.get(java.lang.Class<T> createdClass)
Gets a new
DefaultFactory for the given class. |