public interface IDescriptorFactory
static IDescriptorFactory |
INSTANCE |
|
static java.lang.String |
LIBRARY_FACTORY_CLASS |
|
Modifier and Type | Field | Description |
---|
static <T extends IDescriptor> |
create(java.lang.Class<T> type) |
|
static <T extends IDescriptor> |
create(java.lang.Class<T> type,
boolean lazy) |
|
<T extends Agent> |
createAreaNodeDescriptor() |
|
static IDescriptorFactory |
createInstance() |
|
<T extends Agent> |
createRailStopLineDescriptor() |
|
<T extends Agent> |
createStopLineDescriptor() |
|
Modifier and Type | Method | Description |
---|
static final java.lang.String LIBRARY_FACTORY_CLASS
static final IDescriptorFactory INSTANCE
static IDescriptorFactory createInstance()
<T extends Agent> IAreaNodeDescriptor<T> createAreaNodeDescriptor()
<T extends Agent> IStopLineDescriptor<T> createStopLineDescriptor()
<T extends Agent> IRailStopLineDescriptor<T> createRailStopLineDescriptor()
static <T extends IDescriptor> T create(java.lang.Class<T> type)
static <T extends IDescriptor> T create(java.lang.Class<T> type, boolean lazy)
-
How can we improve this article?
-