Schnittstelle PeripheralCommAdapterPanelFactory
- Alle Superschnittstellen:
Lifecycle
Provides peripheral comm adapter specific panels used for interaction and displaying information.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetPanelsFor
(PeripheralCommAdapterDescription description, TCSResourceReference<Location> location, PeripheralProcessModel processModel) Returns a list ofPeripheralCommAdapterPanel
s.Von Schnittstelle geerbte Methoden org.opentcs.components.Lifecycle
initialize, isInitialized, terminate
-
Methodendetails
-
getPanelsFor
List<PeripheralCommAdapterPanel> getPanelsFor(@Nonnull PeripheralCommAdapterDescription description, @Nonnull TCSResourceReference<Location> location, @Nonnull PeripheralProcessModel processModel) Returns a list ofPeripheralCommAdapterPanel
s.- Parameter:
description
- The description to create panels for.location
- The location 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.
-