public interface ControlSystemSupportRegistry
ControlSystemSupport
s. The registry can
be used by components that need to access a control system in order to get
the support module for a specific control system (using
getControlSystemSupport(String)
) or to get a list of all supported
control-systems (using getControlSystemSupports()
).Modifier and Type | Method and Description |
---|---|
ControlSystemSupport<?> |
getControlSystemSupport(String id)
Returns the control-system support with the specified identifier.
|
Collection<? extends ControlSystemSupport<?>> |
getControlSystemSupports()
Returns all control-system support modules registered with this registry.
|
boolean |
isAvailable()
Tells whether the registry is available (has been initialized and not
destroyed yet).
|
boolean isAvailable()
true
if the registry is ready to provide
control-system supports, false
otherwise.ControlSystemSupport<?> getControlSystemSupport(String id)
ControlSystemSupport.getId()
method.id
- identifier of the control-system support module.null
if the requested module has not been registered with this
registry.Collection<? extends ControlSystemSupport<?>> getControlSystemSupports()
null
.Copyright © 2011–2017 aquenos GmbH. All rights reserved.