Interface RuleDefinition
- All Superinterfaces:
AnnotatedElement, org.eclipse.emf.ecore.EObject, NamedElement, org.eclipse.emf.common.notify.Notifier, ParametricDefinition, Statement
- All Known Implementing Classes:
RuleDefinitionImpl
A representation of the model object 'Rule Definition'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Consequent> Returns the value of the 'Consequents' containment reference list.getKind()Returns the value of the 'Kind' attribute.org.eclipse.emf.common.util.EList<Conjunction> Returns the value of the 'Preconditions' containment reference list.voidSets the value of the 'Kind' attribute.Methods inherited from interface AnnotatedElement
getAnnotations, setAnnotationsMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface ParametricDefinition
getParameters
-
Method Details
-
getConsequents
org.eclipse.emf.common.util.EList<Consequent> getConsequents()Returns the value of the 'Consequents' containment reference list. The list contents are of typeConsequent.- Returns:
- the value of the 'Consequents' containment reference list.
- See Also:
-
getPreconditions
org.eclipse.emf.common.util.EList<Conjunction> getPreconditions()Returns the value of the 'Preconditions' containment reference list. The list contents are of typeConjunction.- Returns:
- the value of the 'Preconditions' containment reference list.
- See Also:
-
getKind
-
setKind
-