Package org.opentcs.data.order
Interface OrderSequenceHistoryCodes
public interface OrderSequenceHistoryCodes
Defines constants for basic history event codes related to
OrderSequence
s and documents
how the respective supplementary information is to be interpreted.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
An event code indicating an order sequence has been completed and will not be extended by more orders.static final String
An event code indicating a order sequence has been created.static final String
An event code indicating an order sequence has been processed completely.static final String
An event code indicating a transport order has been appended to an order sequence.static final String
An event code indicating an order sequence's processing vehicle changed.
-
Field Details
-
SEQUENCE_CREATED
An event code indicating a order sequence has been created.The history entry's supplement is empty.
- See Also:
-
SEQUENCE_ORDER_APPENDED
An event code indicating a transport order has been appended to an order sequence.The history entry's supplement contains the name of the transport order that was appended.
- See Also:
-
SEQUENCE_PROCESSING_VEHICLE_CHANGED
An event code indicating an order sequence's processing vehicle changed.The history entry's supplement contains the name of the new processing vehicle, or the empty string, if the processing vehicle was unset.
- See Also:
-
SEQUENCE_COMPLETED
An event code indicating an order sequence has been completed and will not be extended by more orders.The history entry's supplement is empty.
- See Also:
-
SEQUENCE_FINISHED
An event code indicating an order sequence has been processed completely.The history entry's supplement is empty.
- See Also:
-