Uses of Interface
org.openhab.core.model.thing.thing.ModelBridge
Package
Description
-
Uses of ModelBridge in org.openhab.core.model.thing.serializer
Modifier and TypeMethodDescriptionprotected void
AbstractThingSemanticSequencer.sequence_ModelBridge
(org.eclipse.xtext.serializer.ISerializationContext context, ModelBridge semanticObject) Contexts: ModelPropertyContainer returns ModelBridge ModelBridge returns ModelBridge Constraint: ( bridge?='Bridge' (id=UID | (thingTypeId=UID_SEGMENT thingId=UID_SEGMENT)) label=STRING? location=STRING? properties+=ModelProperty? properties+=ModelProperty* (things+=ModelThing | things+=ModelBridge)* channels+=ModelChannel* ) -
Uses of ModelBridge in org.openhab.core.model.thing.thing
Modifier and TypeMethodDescriptionThingFactory.createModelBridge()
Returns a new object of class 'Model Bridge'. -
Uses of ModelBridge in org.openhab.core.model.thing.thing.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Model Bridge'. -
Uses of ModelBridge in org.openhab.core.model.thing.thing.util
Modifier and TypeMethodDescriptionThingSwitch.caseModelBridge
(ModelBridge object) Returns the result of interpreting the object as an instance of 'Model Bridge'.