Uses of Class
de.fraunhofer.iosb.ilt.frostclient.model.ModelRegistry
Packages that use ModelRegistry
Package
Description
-
Uses of ModelRegistry in de.fraunhofer.iosb.ilt.frostclient
Methods in de.fraunhofer.iosb.ilt.frostclient that return ModelRegistryConstructors in de.fraunhofer.iosb.ilt.frostclient with parameters of type ModelRegistryModifierConstructorDescriptionSensorThingsService(ModelRegistry modelRegistry) Creates a new SensorThingsService without an endpoint url set. -
Uses of ModelRegistry in de.fraunhofer.iosb.ilt.frostclient.json.deserialize
Methods in de.fraunhofer.iosb.ilt.frostclient.json.deserialize with parameters of type ModelRegistryModifier and TypeMethodDescriptionstatic EntityDeserializerEntityDeserializer.getInstance(ModelRegistry modelRegistry, EntityType entityType) static EntitySetDeserializerEntitySetDeserializer.getInstance(ModelRegistry modelRegistry, EntityType entityType) Constructors in de.fraunhofer.iosb.ilt.frostclient.json.deserialize with parameters of type ModelRegistryModifierConstructorDescriptionEntityDeserializer(ModelRegistry modelRegistry, EntityType entityType) EntitySetDeserializer(ModelRegistry modelRegistry, EntityType entityType) JsonReader(ModelRegistry modelRegistry) Create a JsonReader. -
Uses of ModelRegistry in de.fraunhofer.iosb.ilt.frostclient.model
Methods in de.fraunhofer.iosb.ilt.frostclient.model that return ModelRegistryModifier and TypeMethodDescriptionModelRegistry.addDataModel(DataModel model) EntityType.getModelRegistry()The ModelRegistry this EntityType is registered on.final ModelRegistryModelRegistry.registerEntityType(EntityType type) Register a new entity type.ModelRegistry.registerPropertyType(PropertyType type) Methods in de.fraunhofer.iosb.ilt.frostclient.model with parameters of type ModelRegistryModifier and TypeMethodDescriptionvoidEntityType.setModelRegistry(ModelRegistry modelRegistry) The ModelRegistry this EntityType is registered on. -
Uses of ModelRegistry in de.fraunhofer.iosb.ilt.frostclient.models
Methods in de.fraunhofer.iosb.ilt.frostclient.models that return ModelRegistryModifier and TypeMethodDescriptionSensorThingsMultiDatastreamV11.getModelRegistry()SensorThingsPlus.getModelRegistry()SensorThingsSensingV11.getModelRegistry()SensorThingsTaskingV11.getModelRegistry()Methods in de.fraunhofer.iosb.ilt.frostclient.models with parameters of type ModelRegistryModifier and TypeMethodDescriptionvoidDataModel.init(ModelRegistry mrSensing) Initialise the data model in the given ModelRegistry.final voidSensorThingsMultiDatastreamV11.init(ModelRegistry modelRegistry) final voidSensorThingsPlus.init(ModelRegistry modelRegistry) final voidSensorThingsSensingV11.init(ModelRegistry modelRegistry) final voidSensorThingsTaskingV11.init(ModelRegistry modelRegistry)