Uses of Interface
org.openhab.core.model.sitemap.sitemap.Condition
Package
Description
-
Uses of Condition in org.openhab.core.model.sitemap.serializer
Modifier and TypeMethodDescriptionprotected void
AbstractSitemapSemanticSequencer.sequence_Condition
(org.eclipse.xtext.serializer.ISerializationContext context, Condition semanticObject) Contexts: Condition returns Condition Constraint: ( item=ID? ( condition='==' | condition='>' | condition='<' | condition='>=' | condition='<=' | condition='!=' )? (sign='-' | sign='+')? state=XState ) -
Uses of Condition in org.openhab.core.model.sitemap.sitemap
Modifier and TypeMethodDescriptionSitemapFactory.createCondition()
Returns a new object of class 'Condition'.Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Condition>
ColorArray.getConditions()
Returns the value of the 'Conditions' containment reference list.org.eclipse.emf.common.util.EList<Condition>
IconRule.getConditions()
Returns the value of the 'Conditions' containment reference list.org.eclipse.emf.common.util.EList<Condition>
VisibilityRule.getConditions()
Returns the value of the 'Conditions' containment reference list. -
Uses of Condition in org.openhab.core.model.sitemap.sitemap.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Condition'.Modifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<Condition>
ColorArrayImpl.conditions
The cached value of the 'Conditions
' containment reference list.protected org.eclipse.emf.common.util.EList<Condition>
IconRuleImpl.conditions
The cached value of the 'Conditions
' containment reference list.protected org.eclipse.emf.common.util.EList<Condition>
VisibilityRuleImpl.conditions
The cached value of the 'Conditions
' containment reference list.Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Condition>
ColorArrayImpl.getConditions()
org.eclipse.emf.common.util.EList<Condition>
IconRuleImpl.getConditions()
org.eclipse.emf.common.util.EList<Condition>
VisibilityRuleImpl.getConditions()
-
Uses of Condition in org.openhab.core.model.sitemap.sitemap.util
Modifier and TypeMethodDescriptionSitemapSwitch.caseCondition
(Condition object) Returns the result of interpreting the object as an instance of 'Condition'.