public interface Measure extends SmmElement
The following features are supported:
SmmPackage.getMeasure()| Modifier and Type | Method and Description |
|---|---|
|
getCategory()
Returns the value of the 'Category' reference list.
|
|
getEquivalentFrom()
Returns the value of the 'Equivalent From' reference list.
|
|
getEquivalentTo()
Returns the value of the 'Equivalent To' reference list.
|
|
getInMeasure()
Returns the value of the 'In Measure' reference list.
|
java.lang.String |
getLibrary()
Returns the value of the 'Library' attribute.
|
|
getMeasurement()
Returns the value of the 'Measurement' reference list.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
|
getOutMeasure()
Returns the value of the 'Out Measure' reference list.
|
|
getRefinement()
Returns the value of the 'Refinement' reference list.
|
Scope |
getScope()
Returns the value of the 'Scope' reference.
|
Characteristic |
getTrait()
Returns the value of the 'Trait' reference.
|
void |
setLibrary(java.lang.String value)
Sets the value of the '
Library' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setScope(Scope value)
Sets the value of the '
Scope' reference. |
void |
setTrait(Characteristic value)
Sets the value of the '
Trait' reference. |
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModelgetCategory()
Category.
It is bidirectional and its opposite is 'Category Measure'.
If the meaning of the 'Category' reference list isn't clear, there really should be more of a description here...
SmmPackage.getMeasure_Category(),
Category.getCategoryMeasure()java.lang.String getLibrary()
If the meaning of the 'Library' attribute isn't clear, there really should be more of a description here...
setLibrary(String),
SmmPackage.getMeasure_Library()void setLibrary(java.lang.String value)
Library' attribute.
value - the new value of the 'Library' attribute.getLibrary()java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
SmmPackage.getMeasure_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()getEquivalentFrom()
Measure.
It is bidirectional and its opposite is 'Equivalent To'.
If the meaning of the 'Equivalent From' reference list isn't clear, there really should be more of a description here...
SmmPackage.getMeasure_EquivalentFrom(),
getEquivalentTo()getEquivalentTo()
Measure.
It is bidirectional and its opposite is 'Equivalent From'.
If the meaning of the 'Equivalent To' reference list isn't clear, there really should be more of a description here...
SmmPackage.getMeasure_EquivalentTo(),
getEquivalentFrom()getRefinement()
Measure.
If the meaning of the 'Refinement' reference list isn't clear, there really should be more of a description here...
SmmPackage.getMeasure_Refinement()getMeasurement()
Measurement.
It is bidirectional and its opposite is 'Measure'.
If the meaning of the 'Measurement' reference list isn't clear, there really should be more of a description here...
SmmPackage.getMeasure_Measurement(),
Measurement.getMeasure()getOutMeasure()
MeasureRelationship.
It is bidirectional and its opposite is 'From'.
If the meaning of the 'Out Measure' reference list isn't clear, there really should be more of a description here...
SmmPackage.getMeasure_OutMeasure(),
MeasureRelationship.getFrom()getInMeasure()
MeasureRelationship.
It is bidirectional and its opposite is 'To'.
If the meaning of the 'In Measure' reference list isn't clear, there really should be more of a description here...
SmmPackage.getMeasure_InMeasure(),
MeasureRelationship.getTo()Characteristic getTrait()
Characteristics'.
If the meaning of the 'Trait' reference isn't clear, there really should be more of a description here...
setTrait(Characteristic),
SmmPackage.getMeasure_Trait(),
Characteristic.getCharacteristics()void setTrait(Characteristic value)
Trait' reference.
value - the new value of the 'Trait' reference.getTrait()Scope getScope()
Measures'.
If the meaning of the 'Scope' reference isn't clear, there really should be more of a description here...
setScope(Scope),
SmmPackage.getMeasure_Scope(),
Scope.getMeasures()void setScope(Scope value)
Scope' reference.
value - the new value of the 'Scope' reference.getScope()