Package org.opentcs.data.order
Klasse DriveOrder.Destination
java.lang.Object
org.opentcs.data.order.DriveOrder.Destination
- Alle implementierten Schnittstellen:
Serializable
- Umschließende Klasse:
DriveOrder
Describes the destination of a drive order.
- Siehe auch:
-
Feldübersicht
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
Returns the actual destination (a location or point).Returns the operation to be performed at the destination location.Returns the properties of this destination.int
hashCode()
toString()
withOperation
(String operation) Creates a copy of this object, with the given operation.withProperties
(Map<String, String> properties) Creates a copy of this object, with the given properties.
-
Felddetails
-
OP_NOP
An operation constant for doing nothing.- Siehe auch:
-
OP_PARK
An operation constant for parking the vehicle.- Siehe auch:
-
OP_MOVE
An operation constant for sending the vehicle to a point without a location associated to it.- Siehe auch:
-
-
Konstruktordetails
-
Destination
Creates a new instance.- Parameter:
destination
- The actual destination (must be a reference to a location or point).
-
-
Methodendetails
-
getDestination
Returns the actual destination (a location or point).- Gibt zurück:
- The actual destination (a location or point).
-
getOperation
Returns the operation to be performed at the destination location.- Gibt zurück:
- The operation to be performed at the destination location.
-
withOperation
Creates a copy of this object, with the given operation.- Parameter:
operation
- The value to be set in the copy.- Gibt zurück:
- A copy of this object, differing in the given value.
-
getProperties
Returns the properties of this destination.- Gibt zurück:
- The properties of this destination.
-
withProperties
Creates a copy of this object, with the given properties.- Parameter:
properties
- 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
-