Package org.sensorhub.api.system
Interface ISystemGroupDriver<T extends ISystemDriver>
- Type Parameters:
T
- Type of subsystem composing this group
- All Superinterfaces:
IEventProducer
,ISystemDriver
Interface for systems that are themselves groups of subsystems (e.g. sensor networks, platforms carrying other systems, etc.).
- Since:
- Jun 9, 2017
-
Method Summary
Methods inherited from interface org.sensorhub.api.event.IEventProducer
registerListener, unregisterListener
Methods inherited from interface org.sensorhub.api.system.ISystemDriver
getCurrentDescription, getDescription, getLatestDescriptionUpdate, getName, getParentSystem, getParentSystemUID, getUniqueIdentifier, isEnabled
-
Method Details
-
getMembers
- Returns:
- Map of UID to subsystems
-