|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Constraint
A representation of the model object 'Constraint'.
The following features are supported:
ATestPackage.getConstraint()
Method Summary | |
---|---|
SAgent |
getAgent()
Returns the value of the 'Agent' reference. |
SAttribute |
getAttribute()
Returns the value of the 'Attribute' reference. |
Value |
getMaxValue()
Returns the value of the 'Max Value' containment reference. |
Measure |
getMeasure()
Returns the value of the 'Measure' attribute. |
Value |
getMinValue()
Returns the value of the 'Min Value' containment reference. |
SStateValue |
getQualifier()
Returns the value of the 'Qualifier' reference. |
void |
setAgent(SAgent value)
Sets the value of the ' Agent ' reference. |
void |
setAttribute(SAttribute value)
Sets the value of the ' Attribute ' reference. |
void |
setMaxValue(Value value)
Sets the value of the ' Max Value ' containment reference. |
void |
setMeasure(Measure value)
Sets the value of the ' Measure ' attribute. |
void |
setMinValue(Value value)
Sets the value of the ' Min Value ' containment reference. |
void |
setQualifier(SStateValue value)
Sets the value of the ' Qualifier ' 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 Detail |
---|
Measure getMeasure()
Measure
.
If the meaning of the 'Measure' attribute isn't clear, there really should be more of a description here...
Measure
,
setMeasure(Measure)
,
ATestPackage.getConstraint_Measure()
void setMeasure(Measure value)
Measure
' attribute.
value
- the new value of the 'Measure' attribute.Measure
,
getMeasure()
SAgent getAgent()
If the meaning of the 'Agent' reference isn't clear, there really should be more of a description here...
setAgent(SAgent)
,
ATestPackage.getConstraint_Agent()
void setAgent(SAgent value)
Agent
' reference.
value
- the new value of the 'Agent' reference.getAgent()
SAttribute getAttribute()
If the meaning of the 'Attribute' reference isn't clear, there really should be more of a description here...
setAttribute(SAttribute)
,
ATestPackage.getConstraint_Attribute()
void setAttribute(SAttribute value)
Attribute
' reference.
value
- the new value of the 'Attribute' reference.getAttribute()
SStateValue getQualifier()
If the meaning of the 'Qualifier' reference isn't clear, there really should be more of a description here...
setQualifier(SStateValue)
,
ATestPackage.getConstraint_Qualifier()
void setQualifier(SStateValue value)
Qualifier
' reference.
value
- the new value of the 'Qualifier' reference.getQualifier()
Value getMinValue()
If the meaning of the 'Min Value' containment reference isn't clear, there really should be more of a description here...
setMinValue(Value)
,
ATestPackage.getConstraint_MinValue()
void setMinValue(Value value)
Min Value
' containment reference.
value
- the new value of the 'Min Value' containment reference.getMinValue()
Value getMaxValue()
If the meaning of the 'Max Value' containment reference isn't clear, there really should be more of a description here...
setMaxValue(Value)
,
ATestPackage.getConstraint_MaxValue()
void setMaxValue(Value value)
Max Value
' containment reference.
value
- the new value of the 'Max Value' containment reference.getMaxValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |