Klasse VehicleCommAdapterDescription

java.lang.Object
org.opentcs.drivers.vehicle.VehicleCommAdapterDescription
Alle implementierten Schnittstellen:
Serializable
Bekannte direkte Unterklassen:
DefaultVehicleCommAdapterDescription

public abstract class VehicleCommAdapterDescription extends Object implements Serializable
Provides the description for a vehicle comm adapter.
Siehe auch:
  • Konstruktordetails

    • VehicleCommAdapterDescription

      public VehicleCommAdapterDescription()
  • Methodendetails

    • getDescription

      public abstract String getDescription()
      Returns the description for a vehicle comm adapter.
      Gibt zurück:
      The description for a vehicle comm adapter.
    • isSimVehicleCommAdapter

      public abstract boolean isSimVehicleCommAdapter()
      Whether the comm adapter is a simulating one.
      Gibt zurück:
      true if, and only if, the vehicle is a simulating one.
    • 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