Interface RuleModel
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RuleModelImpl
public interface RuleModel
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Rule Model'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.xtext.xtype.XImportSection
Returns the value of the 'Import Section' containment reference.org.eclipse.emf.common.util.EList<Rule>
getRules()
Returns the value of the 'Rules' containment reference list.org.eclipse.emf.common.util.EList<VariableDeclaration>
Returns the value of the 'Variables' containment reference list.void
setImportSection
(org.eclipse.xtext.xtype.XImportSection value) Sets the value of the 'Import Section
' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getImportSection
org.eclipse.xtext.xtype.XImportSection getImportSection()Returns the value of the 'Import Section' containment reference.- Returns:
- the value of the 'Import Section' containment reference.
- See Also:
-
setImportSection
void setImportSection(org.eclipse.xtext.xtype.XImportSection value) Sets the value of the 'Import Section
' containment reference.- Parameters:
value
- the new value of the 'Import Section' containment reference.- See Also:
-
getVariables
org.eclipse.emf.common.util.EList<VariableDeclaration> getVariables()Returns the value of the 'Variables' containment reference list. The list contents are of typeVariableDeclaration
.- Returns:
- the value of the 'Variables' containment reference list.
- See Also:
-
getRules
org.eclipse.emf.common.util.EList<Rule> getRules()Returns the value of the 'Rules' containment reference list. The list contents are of typeRule
.- Returns:
- the value of the 'Rules' containment reference list.
- See Also:
-