Package com.anylogic.engine.markup
- All Superinterfaces:
java.io.Serializable
public interface StorageSlot
extends java.io.Serializable
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
|
Modifier and Type | Method | Description |
---|
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
-
How can we improve this article?
-