Package org.opentcs.drivers.vehicle
Klasse DefaultVehicleCommAdapterDescription
java.lang.Object
org.opentcs.drivers.vehicle.VehicleCommAdapterDescription
org.opentcs.drivers.vehicle.DefaultVehicleCommAdapterDescription
- Alle implementierten Schnittstellen:
Serializable
The default implementation of
VehicleCommAdapterDescription
.- Siehe auch:
-
Konstruktorübersicht
KonstruktorBeschreibungDefaultVehicleCommAdapterDescription
(String description, boolean isSimVehicleCommAdapter) Creates a new instance. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the description for a vehicle comm adapter.boolean
Whether the comm adapter is a simulating one.Von Klasse geerbte Methoden org.opentcs.drivers.vehicle.VehicleCommAdapterDescription
equals, hashCode
-
Konstruktordetails
-
DefaultVehicleCommAdapterDescription
public DefaultVehicleCommAdapterDescription(@Nonnull String description, boolean isSimVehicleCommAdapter) Creates a new instance.- Parameter:
description
- The description.isSimVehicleCommAdapter
- Whether the comm adapter is a simulating one.
-
-
Methodendetails
-
getDescription
Beschreibung aus Klasse kopiert:VehicleCommAdapterDescription
Returns the description for a vehicle comm adapter.- Angegeben von:
getDescription
in KlasseVehicleCommAdapterDescription
- Gibt zurück:
- The description for a vehicle comm adapter.
-
isSimVehicleCommAdapter
public boolean isSimVehicleCommAdapter()Beschreibung aus Klasse kopiert:VehicleCommAdapterDescription
Whether the comm adapter is a simulating one.- Angegeben von:
isSimVehicleCommAdapter
in KlasseVehicleCommAdapterDescription
- Gibt zurück:
true
if, and only if, the vehicle is a simulating one.
-