AnyLogic
Expand
Font size
All Superinterfaces:
Serializable

public interface StorageSlot
extends Serializable

Method Summary

Modifier and TypeMethodDescription
intgetBay()
Returns index of bay that this slot belongs to
intgetRack()
Returns index of rack that this slot belongs to
intgetShelf()
Returns index of shelf that this slot belongs to
StoragegetStorage()
Returns storage that this slot belongs to

Method Details

getStorage

Storage getStorage()
Returns storage that this slot belongs to
Returns:
storage that this slot belongs to

getRack

int getRack()
Returns index of rack that this slot belongs to
Returns:
index of rack that this slot belongs to

getBay

int getBay()
Returns index of bay that this slot belongs to
Returns:
index of bay that this slot belongs to

getShelf

int getShelf()
Returns index of shelf that this slot belongs to
Returns:
index of shelf that this slot belongs to