Package org.opentcs.data.order
Interface OrderConstants
public interface OrderConstants
Defines some constants for
TransportOrders and OrderSequences.-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE_ANYThe string representing the any type.static java.lang.StringTYPE_CHARGEA type for charge orders.static java.lang.StringTYPE_NONEThe default type of orders.static java.lang.StringTYPE_PARKA type for park orders.static java.lang.StringTYPE_TRANSPORTA 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
-