Uses of Interface
org.openhab.core.model.rule.rules.RuleModel
Packages that use RuleModel
Package
Description
- 
Uses of RuleModel in org.openhab.core.model.rule.jvmmodel
Methods in org.openhab.core.model.rule.jvmmodel with parameters of type RuleModel - 
Uses of RuleModel in org.openhab.core.model.rule.rules
Methods in org.openhab.core.model.rule.rules that return RuleModelModifier and TypeMethodDescriptionRulesFactory.createRuleModel()Returns a new object of class 'Rule Model'. - 
Uses of RuleModel in org.openhab.core.model.rule.rules.impl
Classes in org.openhab.core.model.rule.rules.impl that implement RuleModelModifier and TypeClassDescriptionclassAn implementation of the model object 'Rule Model'.Methods in org.openhab.core.model.rule.rules.impl that return RuleModel - 
Uses of RuleModel in org.openhab.core.model.rule.rules.util
Methods in org.openhab.core.model.rule.rules.util with parameters of type RuleModelModifier and TypeMethodDescriptionRulesSwitch.caseRuleModel(RuleModel object) Returns the result of interpreting the object as an instance of 'Rule Model'. - 
Uses of RuleModel in org.openhab.core.model.rule.serializer
Methods in org.openhab.core.model.rule.serializer with parameters of type RuleModelModifier and TypeMethodDescriptionprotected voidAbstractRulesSemanticSequencer.sequence_RuleModel(org.eclipse.xtext.serializer.ISerializationContext context, RuleModel semanticObject) Contexts: RuleModel returns RuleModel Constraint: ((importSection=XImportSection? variables+=VariableDeclaration+ rules+=Rule+) | (importSection=XImportSection? rules+=Rule+) | rules+=Rule+)?