Package org.opentcs.data.order
Klasse DriveOrder
java.lang.Object
org.opentcs.data.order.DriveOrder
- Alle implementierten Schnittstellen:
Serializable
Describes a sequence of movements and an optional operation at the end that a
Vehicle
is
supposed to execute.- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
Describes the destination of a drive order.static enum
Defines the various potential states of a drive order. -
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
Returns this drive order's destination.getRoute()
Returns this drive order's route.getState()
Returns this drive order's state.Returns a reference to the transport order this drive order belongs to.int
hashCode()
toString()
Creates a copy of this object, with the given route.withState
(DriveOrder.State state) Creates a copy of this object, with the given state.withTransportOrder
(TCSObjectReference<TransportOrder> transportOrder) Creates a copy of this object, with the given transport order.
-
Konstruktordetails
-
DriveOrder
Creates a new DriveOrder.- Parameter:
destination
- This drive order's destination.
-
-
Methodendetails
-
getDestination
Returns this drive order's destination.- Gibt zurück:
- This drive order's destination.
-
getTransportOrder
Returns a reference to the transport order this drive order belongs to.- Gibt zurück:
- A reference to the transport order this drive order belongs to.
-
withTransportOrder
Creates a copy of this object, with the given transport order.- Parameter:
transportOrder
- The value to be set in the copy.- Gibt zurück:
- A copy of this object, differing in the given value.
-
getRoute
Returns this drive order's route.- Gibt zurück:
- This drive order's route. May be
null
if this drive order's route hasn't been calculated, yet.
-
withRoute
Creates a copy of this object, with the given route.- Parameter:
route
- The value to be set in the copy.- Gibt zurück:
- A copy of this object, differing in the given value.
-
getState
Returns this drive order's state.- Gibt zurück:
- This drive order's state.
-
withState
Creates a copy of this object, with the given state.- Parameter:
state
- The value to be set in the copy.- Gibt zurück:
- A copy of this object, differing in the given value.
-
equals
-
hashCode
public int hashCode() -
toString
-