Klasse VehicleAttachmentEvent
java.lang.Object
org.opentcs.drivers.vehicle.management.CommAdapterEvent
org.opentcs.drivers.vehicle.management.VehicleAttachmentEvent
- Alle implementierten Schnittstellen:
Serializable
,LowLevelCommunicationEvent
Instances of this class represent events emitted by/for attaching comm adapters.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorBeschreibungVehicleAttachmentEvent
(String vehicleName, VehicleAttachmentInformation attachmentInformation) Creates a new instance. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns theVehicleAttachmentInformation
to the actual attachment.Returns the vehicle's name a comm adapter has been attached to.
-
Konstruktordetails
-
VehicleAttachmentEvent
public VehicleAttachmentEvent(@Nonnull String vehicleName, @Nonnull VehicleAttachmentInformation attachmentInformation) Creates a new instance.- Parameter:
vehicleName
- The vehicle's name a comm adapter has been attached to.attachmentInformation
- The information to the actual attachment.
-
-
Methodendetails
-
getVehicleName
Returns the vehicle's name a comm adapter has been attached to.- Gibt zurück:
- The vehicle's name a comm adapter has been attached to.
-
getAttachmentInformation
Returns theVehicleAttachmentInformation
to the actual attachment.- Gibt zurück:
- The
VehicleAttachmentInformation
to the actual attachment.
-