Interface Reasoning
- All Superinterfaces:
EObject
,Notifier
,TransformationSpecification
- All Known Implementing Classes:
ReasoningImpl
A representation of the model object 'Reasoning'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Quality' attribute.getRules()
Returns the value of the 'Rules' containment reference list.void
setQuality
(String value) Sets the value of the 'Quality
' attribute.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
-
getQuality
String getQuality()Returns the value of the 'Quality' attribute.If the meaning of the 'Quality' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Quality' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setQuality
Sets the value of the 'Quality
' attribute.- Parameters:
value
- the new value of the 'Quality' attribute.- See Also:
- Generated class or method.
-
getRules
Returns the value of the 'Rules' containment reference list. The list contents are of typeRule
.If the meaning of the 'Rules' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Rules' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-