Package com.anylogic.engine.markup
- java.lang.Object
- com.anylogic.engine.markup.PalletRackLocation
- All Implemented Interfaces:
Serializable
public class PalletRackLocation extends Object implements Serializable
Location in
PalletRack
- See Also:
- Serialized Form
Modifier and Type | Field | Description |
---|---|---|
int | level |
Level (0, 1, ...)
|
int | position |
Position in row (0, 1, ...)
|
int | row |
The number of pallet rack (0 or 1).
|
Constructor | Description |
---|---|
PalletRackLocation() |
Default constructor
|
PalletRackLocation |
Constructor initializing the fields
|
PalletRackLocation |
Copy constructor
|
public int row
The number of pallet rack (0 or 1).
Used in two-row pallet racks (0 = left row, 1 = right row).
If there is only one pallet rack, this should be 0.
If there is only one pallet rack, this should be 0.
public int position
Position in row (0, 1, ...)
public int level
Level (0, 1, ...)
public PalletRackLocation()
Default constructor
public PalletRackLocation(int row, int position, int level)
Constructor initializing the fields
public PalletRackLocation(PalletRackLocation location)
Copy constructor
- Parameters:
location
-
public String toString()