public class PalletRackLocation
extends java.lang.Object
implements java.io.Serializable
PalletRack
Modifier and Type | Field and Description |
---|---|
int |
level
Level (0, 1, ...)
|
int |
position
Position in row (0, 1, ...)
|
int |
row
The number of pallet rack (0 or 1).
|
Constructor and Description |
---|
PalletRackLocation()
Default constructor
|
PalletRackLocation(int row,
int position,
int level)
Constructor initializing the fields
|
PalletRackLocation(PalletRackLocation location)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public int row
public int position
public int level
public PalletRackLocation()
public PalletRackLocation(int row, int position, int level)
public PalletRackLocation(PalletRackLocation location)
location
- Copyright © AnyLogic North America, LLC. All Rights Reserved.