Package com.anylogic.engine.markup
- All Known Implementing Classes:
StackerCrane
public interface StorageResourceManagementUnit<StateType extends StorageResourceManagementUnitState>
| Modifier and Type | Interface | Description |
|---|---|---|
static enum | StorageResourceManagementUnit.UnitType |
| Modifier and Type | Method | Description |
|---|---|---|
StorageRetrievalSystem | getRetrievalSystem() | |
StateType | getState() | |
StorageResourceManagementUnit.UnitType | getType() | |
void | setRetrievalSystem | |
void | setState |
void setRetrievalSystem(StorageRetrievalSystem system)
StorageRetrievalSystem getRetrievalSystem()
StateType getState()
StorageResourceManagementUnit.UnitType getType()
void setState(StateType state)