Package com.anylogic.engine.markup
- java.lang.Object
-
- com.anylogic.engine.markup.PalletRackLocation
- All Implemented Interfaces:
java.io.Serializable
public class PalletRackLocation
extends java.lang.Object
implements java.io.Serializable
Location in
PalletRack
- See Also:
- Serialized Form
int |
level |
Level (0, 1, ...)
|
int |
position |
Position in row (0, 1, ...)
|
int |
row |
The number of pallet rack (0 or 1).
|
Modifier and Type | Field | Description |
---|
PalletRackLocation() |
Default constructor
|
PalletRackLocation(int row,
int position,
int level) |
Constructor initializing the fields
|
PalletRackLocation(PalletRackLocation location) |
Copy constructor
|
Constructor | Description |
---|
java.lang.String |
toString() |
|
Modifier and Type | Method | Description |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
How can we improve this article?
-