AnyLogic
Expand
Font size

Interface StorageResourceManagementUnit<StateType extends StorageResourceManagementUnitState>

All Known Implementing Classes:
StackerCrane

public interface StorageResourceManagementUnit<StateType extends StorageResourceManagementUnitState>

Nested Class Summary

Modifier and TypeInterfaceDescription
static enum StorageResourceManagementUnit.UnitType 

Method Summary

Method Details

setRetrievalSystem

void setRetrievalSystem(StorageRetrievalSystem system)

getRetrievalSystem

StorageRetrievalSystem getRetrievalSystem()

getState

StateType getState()

getType

StorageResourceManagementUnit.UnitType getType()

setState

void setState(StateType state)