org.eclipse.modisco.omg.smm
Interface SmmElement

All Known Subinterfaces:
AbstractMeasureElement, AggregatedMeasurement, Annotation, Argument, Attribute, Base1MeasurementRelationship, Base1MeasureRelationship, Base2MeasurementRelationship, Base2MeasureRelationship, BaseMeasurementRelationship, BaseMeasureRelationship, BinaryMeasure, BinaryMeasurement, CategoryRelationship, Characteristic, CollectiveMeasure, CollectiveMeasurement, Count, Counting, DimensionalMeasure, DimensionalMeasurement, DirectMeasure, DirectMeasurement, EquivalentMeasurementRelationship, EquivalentMeasureRelationship, Grade, Measurand, Measure, MeasureCategory, MeasureLibrary, Measurement, MeasurementRelationship, MeasureRelationship, NamedMeasure, NamedMeasurement, Observation, ObservationScope, ObservedMeasure, OCLOperation, Operation, QualityScope, Ranking, RankingInterval, RankingMeasurementRelationship, RankingMeasureRelationship, RatioMeasure, RatioMeasurement, RecursiveMeasurementRelationship, RecursiveMeasureRelationship, RefinementMeasurementRelationship, RefinementMeasureRelationship, RescaledMeasure, RescaledMeasurement, RescaleMeasurementRelationship, RescaleMeasureRelationship, Scope, SmmModel, SmmRelationship

public interface SmmElement

A representation of the model object 'Element'.

The following features are supported:

See Also:
SmmPackage.getSmmElement()
Generated:
Model:
abstract="true"

Method Summary
  getAnnotation()
          Returns the value of the 'Annotation' containment reference list.
  getAttribute()
          Returns the value of the 'Attribute' containment reference list.
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute.
  getInbound()
           
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
  getOutbound()
           
  getRequestedObservations()
          Returns the value of the 'Requested Observations' reference list.
 java.lang.String getShortDescription()
          Returns the value of the 'Short Description' attribute.
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setShortDescription(java.lang.String value)
          Sets the value of the 'Short Description' attribute.
 

Method Detail

getAttribute

 getAttribute()
Returns the value of the 'Attribute' containment reference list. The list contents are of type Attribute.

If the meaning of the 'Attribute' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Attribute' containment reference list.
See Also:
SmmPackage.getSmmElement_Attribute()
Generated:
Model:
containment="true"

getAnnotation

 getAnnotation()
Returns the value of the 'Annotation' containment reference list. The list contents are of type Annotation.

If the meaning of the 'Annotation' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Annotation' containment reference list.
See Also:
SmmPackage.getSmmElement_Annotation()
Generated:
Model:
containment="true"

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), SmmPackage.getSmmElement_Name()
Generated:
Model:

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated:

getShortDescription

java.lang.String getShortDescription()
Returns the value of the 'Short Description' attribute.

If the meaning of the 'Short Description' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Short Description' attribute.
See Also:
setShortDescription(String), SmmPackage.getSmmElement_ShortDescription()
Generated:
Model:

setShortDescription

void setShortDescription(java.lang.String value)
Sets the value of the 'Short Description' attribute.

Parameters:
value - the new value of the 'Short Description' attribute.
See Also:
getShortDescription()
Generated:

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute.

If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), SmmPackage.getSmmElement_Description()
Generated:
Model:

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()
Generated:

getRequestedObservations

 getRequestedObservations()
Returns the value of the 'Requested Observations' reference list. The list contents are of type Observation. It is bidirectional and its opposite is 'Requested Measures'.

If the meaning of the 'Requested Observations' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Requested Observations' reference list.
See Also:
SmmPackage.getSmmElement_RequestedObservations(), Observation.getRequestedMeasures()
Generated:
Model:
opposite="requestedMeasures"

getInbound

 getInbound()

Generated:
Model:
kind="operation"

getOutbound

 getOutbound()

Generated:
Model:
kind="operation"