| Package | Description |
|---|---|
| gov.sandia.cognition.factory |
Provides interfaces and implementations of general factory objects.
|
| Modifier and Type | Method and Description |
|---|---|
PrototypeFactory<CreatedType> |
PrototypeFactory.clone()
Clones this
PrototypeFactory. |
static <T extends CloneableSerializable> |
PrototypeFactory.createFactory(T prototype)
A convenience method for creating prototype factories.
|
| Constructor and Description |
|---|
PrototypeFactory(PrototypeFactory<? extends CreatedType> other)
Creates a new copy of a
PrototypeFactory. |