Package org.opentcs.data.order
Schnittstelle 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.-
Feldübersicht
Modifizierer und TypFeldBeschreibungstatic 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.
-
Felddetails
-
SEQUENCE_CREATED
An event code indicating a order sequence has been created.The history entry's supplement is empty.
- Siehe auch:
-
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.
- Siehe auch:
-
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.
- Siehe auch:
-
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.
- Siehe auch:
-
SEQUENCE_FINISHED
An event code indicating an order sequence has been processed completely.The history entry's supplement is empty.
- Siehe auch:
-