Klasse VehicleProcessModelTO
java.lang.Object
org.opentcs.drivers.vehicle.management.VehicleProcessModelTO
- Alle implementierten Schnittstellen:
Serializable
A serializable representation of a
VehicleProcessModel
.
For documentation of methods in this class, see the API documentation of their corresponding
counterparts in VehicleProcessModel
.
- Siehe auch:
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint
int
Veraltet.getName()
double
Veraltet.getPose()
Veraltet.getState()
boolean
boolean
setBoundingBox
(BoundingBox boundingBox) setCommAdapterConnected
(boolean commAdapterConnected) setCommAdapterEnabled
(boolean commAdapterEnabled) setEnergyLevel
(int energyLevel) setLength
(int length) Veraltet.setLoadHandlingDevices
(List<LoadHandlingDevice> loadHandlingDevices) setNotifications
(Queue<UserNotification> notifications) setOrientationAngle
(double orientationAngle) Veraltet.setPosition
(String position) setPrecisePosition
(Triple precisePosition) Veraltet.setState
(Vehicle.State state)
-
Konstruktordetails
-
VehicleProcessModelTO
public VehicleProcessModelTO()Creates a new instance.
-
-
Methodendetails
-
getName
-
setName
-
isCommAdapterEnabled
public boolean isCommAdapterEnabled() -
setCommAdapterEnabled
-
isCommAdapterConnected
public boolean isCommAdapterConnected() -
setCommAdapterConnected
-
getPosition
-
setPosition
-
getNotifications
-
setNotifications
-
getPrecisePosition
@Deprecated @ScheduledApiChange(when="7.0", details="Will be removed.") @Nullable public Triple getPrecisePosition()Veraltet. -
setPrecisePosition
@Deprecated @ScheduledApiChange(when="7.0", details="Will be removed.") public VehicleProcessModelTO setPrecisePosition(@Nullable Triple precisePosition) Veraltet. -
getOrientationAngle
@Deprecated @ScheduledApiChange(when="7.0", details="Will be removed.") public double getOrientationAngle()Veraltet. -
setOrientationAngle
@Deprecated @ScheduledApiChange(when="7.0", details="Will be removed.") public VehicleProcessModelTO setOrientationAngle(double orientationAngle) Veraltet. -
getPose
-
setPose
-
getEnergyLevel
public int getEnergyLevel() -
setEnergyLevel
-
getLoadHandlingDevices
-
setLoadHandlingDevices
public VehicleProcessModelTO setLoadHandlingDevices(@Nonnull List<LoadHandlingDevice> loadHandlingDevices) -
getState
-
setState
-
getLength
Veraltet. -
setLength
@Deprecated @ScheduledApiChange(when="7.0", details="Will be removed.") public VehicleProcessModelTO setLength(int length) Veraltet. -
getBoundingBox
-
setBoundingBox
-