Uses of Interface
org.openhab.core.model.rule.rules.RuleModel
Package
Description
-
Uses of RuleModel in org.openhab.core.model.rule.jvmmodel
-
Uses of RuleModel in org.openhab.core.model.rule.rules
Modifier and TypeMethodDescriptionRulesFactory.createRuleModel()
Returns a new object of class 'Rule Model'. -
Uses of RuleModel in org.openhab.core.model.rule.rules.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Rule Model'. -
Uses of RuleModel in org.openhab.core.model.rule.rules.util
Modifier 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
Modifier and TypeMethodDescriptionprotected void
AbstractRulesSemanticSequencer.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+)?