Uses of Interface
org.openhab.core.model.thing.thing.ModelThing
Package
Description
-
Uses of ModelThing in org.openhab.core.model.thing.serializer
Modifier and TypeMethodDescriptionprotected void
AbstractThingSemanticSequencer.sequence_ModelThing
(org.eclipse.xtext.serializer.ISerializationContext context, ModelThing semanticObject) Contexts: ModelPropertyContainer returns ModelThing ModelThing returns ModelThing Constraint: ( (id=UID | (thingTypeId=UID_SEGMENT thingId=UID_SEGMENT)) label=STRING? -
Uses of ModelThing in org.openhab.core.model.thing.thing
Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Model Bridge'.Modifier and TypeMethodDescriptionThingFactory.createModelThing()
Returns a new object of class 'Model Thing'.Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList
<ModelThing> ModelBridge.getThings()
Returns the value of the 'Things' containment reference list.org.eclipse.emf.common.util.EList
<ModelThing> ThingModel.getThings()
Returns the value of the 'Things' containment reference list. -
Uses of ModelThing in org.openhab.core.model.thing.thing.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Model Bridge'.class
An implementation of the model object 'Model Thing'.Modifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList
<ModelThing> ModelBridgeImpl.things
The cached value of the 'Things
' containment reference list.protected org.eclipse.emf.common.util.EList
<ModelThing> ThingModelImpl.things
The cached value of the 'Things
' containment reference list.Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList
<ModelThing> ModelBridgeImpl.getThings()
org.eclipse.emf.common.util.EList
<ModelThing> ThingModelImpl.getThings()
-
Uses of ModelThing in org.openhab.core.model.thing.thing.util
Modifier and TypeMethodDescriptionThingSwitch.caseModelThing
(ModelThing object) Returns the result of interpreting the object as an instance of 'Model Thing'. -
Uses of ModelThing in org.openhab.core.model.thing.validation