Package org.opentcs.drivers.vehicle
Class VehicleCommAdapterDescription
java.lang.Object
org.opentcs.drivers.vehicle.VehicleCommAdapterDescription
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DefaultVehicleCommAdapterDescription
Provides the description for a vehicle comm adapter.
- See Also:
-
Constructor Details
-
VehicleCommAdapterDescription
public VehicleCommAdapterDescription()
-
-
Method Details
-
getDescription
Returns the description for a vehicle comm adapter.- Returns:
- The description for a vehicle comm adapter.
-
isSimVehicleCommAdapter
public abstract boolean isSimVehicleCommAdapter()Whether the comm adapter is a simulating one.- Returns:
true
if, and only if, the vehicle is a simulating one.
-
equals
-
hashCode
public int hashCode()
-