AnyLogic
Expand
Font size

public interface IRackSystemDescriptorFactory

Field Summary

Modifier and TypeFieldDescription
static final IRackSystemDescriptorFactoryINSTANCE 
static final StringLIBRARY_FACTORY_CLASS 

Method Summary

Modifier and TypeMethodDescription
static <T extends IRackSystemDescriptor>
T
create(Class<T> type) 
static <T extends IRackSystemDescriptor>
T
create(Class<T> type, boolean lazy) 
static IRackSystemDescriptorFactorycreateInstance() 
<T extends Agent>
IStorageDescriptor
createStorageDescriptor() 

Field Details

LIBRARY_FACTORY_CLASS

static final String LIBRARY_FACTORY_CLASS

INSTANCE

static final IRackSystemDescriptorFactory INSTANCE

Method Details

createInstance

static IRackSystemDescriptorFactory createInstance()

createStorageDescriptor

<T extends Agent> IStorageDescriptor createStorageDescriptor()

create

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

create

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