Uses of Interface
org.openhab.core.model.rule.rules.VariableDeclaration
Package
Description
-
Uses of VariableDeclaration in org.openhab.core.model.rule.rules
Modifier and TypeMethodDescriptionRulesFactory.createVariableDeclaration()
Returns a new object of class 'Variable Declaration'.Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<VariableDeclaration>
RuleModel.getVariables()
Returns the value of the 'Variables' containment reference list. -
Uses of VariableDeclaration in org.openhab.core.model.rule.rules.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Variable Declaration'.Modifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<VariableDeclaration>
RuleModelImpl.variables
The cached value of the 'Variables
' containment reference list.Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<VariableDeclaration>
RuleModelImpl.getVariables()
-
Uses of VariableDeclaration in org.openhab.core.model.rule.rules.util
Modifier and TypeMethodDescriptionRulesSwitch.caseVariableDeclaration
(VariableDeclaration object) Returns the result of interpreting the object as an instance of 'Variable Declaration'. -
Uses of VariableDeclaration in org.openhab.core.model.rule.serializer
Modifier and TypeMethodDescriptionprotected void
AbstractRulesSemanticSequencer.sequence_VariableDeclaration
(org.eclipse.xtext.serializer.ISerializationContext context, VariableDeclaration semanticObject) Contexts: VariableDeclaration returns VariableDeclaration Constraint: (writeable?='var'? ((type=JvmTypeReference name=ValidID) | name=ValidID) right=XExpression?)