Package org.opentcs.drivers.vehicle
Klasse LoadHandlingDevice
java.lang.Object
org.opentcs.drivers.vehicle.LoadHandlingDevice
- Alle implementierten Schnittstellen:
Serializable
Describes a single load handling device on a vehicle.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorBeschreibungLoadHandlingDevice
(String label, boolean full) Creates a new LoadHandlingDevice. -
Methodenübersicht
-
Konstruktordetails
-
LoadHandlingDevice
Creates a new LoadHandlingDevice.- Parameter:
label
- The device's name/label.full
- A flag indicating whether this device is filled to its maximum capacity or not.
-
-
Methodendetails
-
getLabel
Returns this load handling device's name/label.- Gibt zurück:
- This load handling device's name/label.
-
isFull
public boolean isFull()Returns a flag indicating whether this device is filled to its maximum capacity or not.- Gibt zurück:
- A flag indicating whether this device is filled to its maximum capacity or not.
-
toString
-
equals
-
hashCode
public int hashCode()
-