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.The endpoint url MUST be set before the service can be used.SensorThingsService(ModelRegistry modelRegistry, URI endpoint) Constructor.SensorThingsService(ModelRegistry modelRegistry, URL endpoint) Constructor. -
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 TypeMethodDescriptionEntityType.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
Fields in de.fraunhofer.iosb.ilt.frostclient.models declared as ModelRegistryModifier and TypeFieldDescriptionfinal ModelRegistrySensorThingsMultiDatastreamV11.mrfinal ModelRegistrySensorThingsSensingV11.mrfinal ModelRegistrySensorThingsTaskingV11.mrMethods in de.fraunhofer.iosb.ilt.frostclient.models that return ModelRegistryModifier and TypeMethodDescriptionSensorThingsMultiDatastreamV11.getModelRegistry()SensorThingsSensingV11.getModelRegistry()SensorThingsTaskingV11.getModelRegistry()Constructors in de.fraunhofer.iosb.ilt.frostclient.models with parameters of type ModelRegistryModifierConstructorDescriptionSensorThingsMultiDatastreamV11(ModelRegistry mrSensing) SensorThingsTaskingV11(ModelRegistry mrSensing)