Package com.anylogic.engine.markup
- All Superinterfaces:
Serializable
public interface StorageSlot extends Serializable
Modifier and Type | Method | Description |
---|---|---|
int | getBay() |
Returns index of bay that this slot belongs to
|
int | getRack() |
Returns index of rack that this slot belongs to
|
int | getShelf() |
Returns index of shelf that this slot belongs to
|
Storage | getStorage() |
Returns storage that this slot belongs to
|
Storage getStorage()
Returns storage that this slot belongs to
- Returns:
- storage that this slot belongs to
int getRack()
Returns index of rack that this slot belongs to
- Returns:
- index of rack that this slot belongs to
int getBay()
Returns index of bay that this slot belongs to
- Returns:
- index of bay that this slot belongs to
int getShelf()
Returns index of shelf that this slot belongs to
- Returns:
- index of shelf that this slot belongs to