Package org.rossonet.telemetry
Interface TelemetryStorage
-
- All Superinterfaces:
java.lang.AutoCloseable,CachedMemory,CommandExecuter,DtdlFragment,DtdlSchema,FactProvider
- All Known Implementing Classes:
AbstractTelemetryStorage
public interface TelemetryStorage extends CachedMemory, DtdlSchema, DtdlFragment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.jena.rdf.model.ModelgetJenaModel()org.eclipse.milo.opcua.sdk.server.api.ManagedNamespacegetNamespace()SshServerStoragegetSshServerStorage()java.util.Collection<TelemetryData<?>>getTelemetries()-
Methods inherited from interface org.rossonet.rules.base.CommandExecuter
executeAndWait
-
Methods inherited from interface org.rossonet.telemetry.dtdl.DtdlFragment
exportDtmlFragment, importDtmlFragment
-
Methods inherited from interface org.rossonet.telemetry.dtdl.DtdlSchema
exportDtmlSchema, importDtmlSchema
-
Methods inherited from interface org.rossonet.rules.base.FactProvider
getFacts
-
-
-
-
Method Detail
-
getJenaModel
org.apache.jena.rdf.model.Model getJenaModel()
-
getNamespace
org.eclipse.milo.opcua.sdk.server.api.ManagedNamespace getNamespace()
-
getSshServerStorage
SshServerStorage getSshServerStorage()
-
getTelemetries
java.util.Collection<TelemetryData<?>> getTelemetries()
-
-