AnyLogic
Expand
Font size

public interface IPedestrianLibraryDescriptorFactory

Field Summary

Modifier and TypeFieldDescription
static final IPedestrianLibraryDescriptorFactoryINSTANCE 
static final StringLIBRARY_FACTORY_CLASS 

Method Summary

Modifier and TypeMethodDescription
static <T extends IMarkupLibraryDescriptor>
T
create(Class<T> type) 
static <T extends IMarkupLibraryDescriptor>
T
create(Class<T> type, boolean lazy) 
<A extends Agent>
IElevatorDescriptor<A>
createElevatorDescriptor() 
static IPedestrianLibraryDescriptorFactorycreateInstance() 

Field Details

LIBRARY_FACTORY_CLASS

static final String LIBRARY_FACTORY_CLASS

INSTANCE

static final IPedestrianLibraryDescriptorFactory INSTANCE

Method Details

createInstance

static IPedestrianLibraryDescriptorFactory createInstance()

createElevatorDescriptor

<A extends Agent> IElevatorDescriptor<A> createElevatorDescriptor()

create

static <T extends IMarkupLibraryDescriptor> T create(Class<T> type)

create

static <T extends IMarkupLibraryDescriptor> T create(Class<T> type,
 boolean lazy)