Schnittstelle VehicleCommAdapterPanelFactory
- Alle Superschnittstellen:
Lifecycle
Provides comm adapter specific panels used for interaction and displaying information.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetPanelsFor
(VehicleCommAdapterDescription description, TCSObjectReference<Vehicle> vehicle, VehicleProcessModelTO processModel) Returns a list ofVehicleCommAdapterPanel
s.Von Schnittstelle geerbte Methoden org.opentcs.components.Lifecycle
initialize, isInitialized, terminate
-
Methodendetails
-
getPanelsFor
List<VehicleCommAdapterPanel> getPanelsFor(@Nonnull VehicleCommAdapterDescription description, @Nonnull TCSObjectReference<Vehicle> vehicle, @Nonnull VehicleProcessModelTO processModel) Returns a list ofVehicleCommAdapterPanel
s.- Parameter:
description
- The description to create panels for.vehicle
- The vehicle to create panels for.processModel
- The current state of the process model a panel may want to initialize its components with.- Gibt zurück:
- A list of comm adapter panels, or an empty list, if this factory cannot provide panels for the given description.
-