Uses of Interface
org.openhab.core.model.sitemap.sitemap.Condition
Packages that use Condition
Package
Description
-
Uses of Condition in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type ConditionModifier and TypeMethodDescriptionprotected voidAbstractSitemapSemanticSequencer.sequence_Condition(org.eclipse.xtext.serializer.ISerializationContext context, Condition semanticObject) Contexts: Condition returns Condition Constraint: ( item=ID? -
Uses of Condition in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return ConditionModifier and TypeMethodDescriptionSitemapFactory.createCondition()Returns a new object of class 'Condition'.Methods in org.openhab.core.model.sitemap.sitemap that return types with arguments of type ConditionModifier 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
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement ConditionModifier and TypeClassDescriptionclassAn implementation of the model object 'Condition'.Fields in org.openhab.core.model.sitemap.sitemap.impl with type parameters of type ConditionModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<Condition> ColorArrayImpl.conditionsThe cached value of the 'Conditions' containment reference list.protected org.eclipse.emf.common.util.EList<Condition> IconRuleImpl.conditionsThe cached value of the 'Conditions' containment reference list.protected org.eclipse.emf.common.util.EList<Condition> VisibilityRuleImpl.conditionsThe cached value of the 'Conditions' containment reference list.Methods in org.openhab.core.model.sitemap.sitemap.impl that return ConditionMethods in org.openhab.core.model.sitemap.sitemap.impl that return types with arguments of type ConditionModifier 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
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type ConditionModifier and TypeMethodDescriptionSitemapSwitch.caseCondition(Condition object) Returns the result of interpreting the object as an instance of 'Condition'.