public interface IPedestrianLibraryDescriptorFactory
Modifier and Type | Field | Description |
---|---|---|
static final IPedestrianLibraryDescriptorFactory | INSTANCE | |
static final String | LIBRARY_FACTORY_CLASS |
Modifier and Type | Method | Description |
---|---|---|
static <T extends IMarkupLibraryDescriptor> | create | |
static <T extends IMarkupLibraryDescriptor> | create | |
<A extends Agent> | createElevatorDescriptor() | |
static IPedestrianLibraryDescriptorFactory | createInstance() |
static final String LIBRARY_FACTORY_CLASS
static final IPedestrianLibraryDescriptorFactory INSTANCE
static IPedestrianLibraryDescriptorFactory createInstance()
<A extends Agent> IElevatorDescriptor<A> createElevatorDescriptor()
static <T extends IMarkupLibraryDescriptor> T create(Class<T> type)
static <T extends IMarkupLibraryDescriptor> T create(Class<T> type, boolean lazy)