Uses of Interface
de.fraunhofer.iosb.ilt.frostclient.models.DataModel
Packages that use DataModel
Package
Description
-
Uses of DataModel in de.fraunhofer.iosb.ilt.frostclient
Methods in de.fraunhofer.iosb.ilt.frostclient with type parameters of type DataModelConstructors in de.fraunhofer.iosb.ilt.frostclient with parameters of type DataModelModifierConstructorDescriptionSensorThingsService(DataModel... models) Creates a new SensorThingsService without an endpoint url set.SensorThingsService(URI endpoint, DataModel... models) Creates a new SensorThingsService with the given endpoint URI.SensorThingsService(URL endpoint, DataModel... models) Creates a new SensorThingsService with the given endpoint URL.Constructor parameters in de.fraunhofer.iosb.ilt.frostclient with type arguments of type DataModelModifierConstructorDescriptionSensorThingsService(URI endpoint, List<DataModel> models) Creates a new SensorThingsService with the given endpoint URI.SensorThingsService(URL endpoint, List<DataModel> models) Creates a new SensorThingsService with the given endpoint URL.SensorThingsService(List<DataModel> models) Creates a new SensorThingsService without an endpoint url set. -
Uses of DataModel in de.fraunhofer.iosb.ilt.frostclient.model
Methods in de.fraunhofer.iosb.ilt.frostclient.model with type parameters of type DataModelMethods in de.fraunhofer.iosb.ilt.frostclient.model with parameters of type DataModel -
Uses of DataModel in de.fraunhofer.iosb.ilt.frostclient.models
Classes in de.fraunhofer.iosb.ilt.frostclient.models that implement DataModelModifier and TypeClassDescriptionclassThe Data Model implements the SensorThings MultiDatastream extension.classclassThe core SensorThings v1.1 Sensing data model.classThe Data Model implements the SensorThings Tasking extension.