Uses of Interface
org.openhab.core.model.sitemap.sitemap.ModelCondition
Packages that use ModelCondition
Package
Description
-
Uses of ModelCondition in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type ModelConditionModifier and TypeMethodDescriptionprotected voidSitemapSemanticSequencer.sequence_ModelCondition(org.eclipse.xtext.serializer.ISerializationContext context, ModelCondition semanticObject) Contexts: ModelCondition returns ModelCondition Constraint: ( item=ID? -
Uses of ModelCondition in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return ModelConditionModifier and TypeMethodDescriptionSitemapFactory.createModelCondition()Returns a new object of class 'Model Condition'.Methods in org.openhab.core.model.sitemap.sitemap that return types with arguments of type ModelConditionModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ModelCondition> ModelColorArray.getConditions()Returns the value of the 'Conditions' containment reference list.org.eclipse.emf.common.util.EList<ModelCondition> ModelIconRule.getConditions()Returns the value of the 'Conditions' containment reference list.org.eclipse.emf.common.util.EList<ModelCondition> ModelVisibilityRule.getConditions()Returns the value of the 'Conditions' containment reference list. -
Uses of ModelCondition in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement ModelConditionModifier and TypeClassDescriptionclassAn implementation of the model object 'Model Condition'.Fields in org.openhab.core.model.sitemap.sitemap.impl with type parameters of type ModelConditionModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<ModelCondition> ModelColorArrayImpl.conditionsThe cached value of the 'Conditions' containment reference list.protected org.eclipse.emf.common.util.EList<ModelCondition> ModelIconRuleImpl.conditionsThe cached value of the 'Conditions' containment reference list.protected org.eclipse.emf.common.util.EList<ModelCondition> ModelVisibilityRuleImpl.conditionsThe cached value of the 'Conditions' containment reference list.Methods in org.openhab.core.model.sitemap.sitemap.impl that return ModelConditionMethods in org.openhab.core.model.sitemap.sitemap.impl that return types with arguments of type ModelConditionModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ModelCondition> ModelColorArrayImpl.getConditions()org.eclipse.emf.common.util.EList<ModelCondition> ModelIconRuleImpl.getConditions()org.eclipse.emf.common.util.EList<ModelCondition> ModelVisibilityRuleImpl.getConditions() -
Uses of ModelCondition in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type ModelConditionModifier and TypeMethodDescriptionSitemapSwitch.caseModelCondition(ModelCondition object) Returns the result of interpreting the object as an instance of 'Model Condition'.