public interface IModuleWithDescription
Base interface for all modules that provide a SensorML description (such as sensors, actuators and processes)
Modifier and Type | Method and Description |
---|---|
AbstractProcess |
getCurrentDescription()
Retrieves most current SensorML description of the entity whose data
is provided by this module.
|
long |
getLastDescriptionUpdate()
Used to check when SensorML description was last updated.
|
java.lang.String |
getUniqueIdentifier() |
java.lang.String getUniqueIdentifier()
AbstractProcess getCurrentDescription()
IMultiSourceDataProducer.getCurrentDescription(String)
long getLastDescriptionUpdate()
Long.MIN_VALUE
if description was never updated.