Interface Reasoning
-
- All Superinterfaces:
EObject
,Notifier
,TransformationSpecification
- All Known Implementing Classes:
ReasoningImpl
public interface Reasoning extends TransformationSpecification
A representation of the model object 'Reasoning'.The following features are supported:
- See Also:
QualityEffectSpecificationPackage.getReasoning()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getQuality()
Returns the value of the 'Quality' attribute.EList<Rule>
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 Detail
-
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:
setQuality(String)
,QualityEffectSpecificationPackage.getReasoning_Quality()
- Generated class or method.
- EMF model class or method.
-
setQuality
void setQuality(String value)
Sets the value of the 'Quality
' attribute.- Parameters:
value
- the new value of the 'Quality' attribute.- See Also:
getQuality()
- Generated class or method.
-
getRules
EList<Rule> 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:
QualityEffectSpecificationPackage.getReasoning_Rules()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
-