Package org.opentcs.data.order
Interface OrderConstants
public interface OrderConstants
Defines some constants for
TransportOrder
s and OrderSequence
s.-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TYPE_ANY
The string representing the any type.static java.lang.String
TYPE_CHARGE
A type for charge orders.static java.lang.String
TYPE_NONE
The default type of orders.static java.lang.String
TYPE_PARK
A type for park orders.static java.lang.String
TYPE_TRANSPORT
A type for transport orders.
-
Field Details
-
TYPE_ANY
static final java.lang.String TYPE_ANYThe string representing the any type. Primarily intended to be used for a vehicle to indicate there are no restrictions to its allowed oder types.- See Also:
- Constant Field Values
-
TYPE_NONE
static final java.lang.String TYPE_NONEThe default type of orders.- See Also:
- Constant Field Values
-
TYPE_CHARGE
static final java.lang.String TYPE_CHARGEA type for charge orders.- See Also:
- Constant Field Values
-
TYPE_PARK
static final java.lang.String TYPE_PARKA type for park orders.- See Also:
- Constant Field Values
-
TYPE_TRANSPORT
static final java.lang.String TYPE_TRANSPORTA type for transport orders.- See Also:
- Constant Field Values
-