Klasse LoadHandlingDevice

java.lang.Object
org.opentcs.drivers.vehicle.LoadHandlingDevice
Alle implementierten Schnittstellen:
Serializable

public class LoadHandlingDevice extends Object implements Serializable
Describes a single load handling device on a vehicle.
Siehe auch:
  • Konstruktordetails

    • LoadHandlingDevice

      public LoadHandlingDevice(String label, boolean full)
      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

      public String 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

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • equals

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object