class FactoryGlobal.FactoryEntry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
ObjectCreator<ABSTRACTCLASS> |
creator_
Creation interface variable
|
ObjectDestructor |
destructor_
Destruction interface variable
|
IDENTIFIER |
id_
|
| Constructor and Description |
|---|
FactoryEntry()
Constructor
|
FactoryEntry(IDENTIFIER id,
ObjectCreator creator,
ObjectDestructor destructor)
Constructor
|
public ObjectCreator<ABSTRACTCLASS> creator_
public ObjectDestructor destructor_
public IDENTIFIER id_
public FactoryEntry()
public FactoryEntry(IDENTIFIER id, ObjectCreator creator, ObjectDestructor destructor)
creator -
Creation interfacedestructor -
Destruction interface