org.eclipse.modisco.omg.smm
Interface MeasureCategory

All Superinterfaces:
AbstractMeasureElement, SmmElement

public interface MeasureCategory
extends AbstractMeasureElement

A representation of the model object 'Measure Category'.

The following features are supported:

See Also:
SmmPackage.getMeasureCategory()
Generated:
Model:

Method Summary
  getCategory()
          Returns the value of the 'Category' reference list.
  getCategoryElement()
          Returns the value of the 'Category Element' reference list.
  getCategoryMeasure()
          Returns the value of the 'Category Measure' reference list.
 
Methods inherited from interface org.eclipse.modisco.omg.smm.AbstractMeasureElement
getInCategory
 
Methods inherited from interface org.eclipse.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescription
 

Method Detail

getCategory

 getCategory()
Returns the value of the 'Category' reference list. The list contents are of type MeasureCategory. It is bidirectional and its opposite is 'Category Element'.

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

Returns:
the value of the 'Category' reference list.
See Also:
SmmPackage.getMeasureCategory_Category(), getCategoryElement()
Generated:
Model:
opposite="categoryElement"

getCategoryElement

 getCategoryElement()
Returns the value of the 'Category Element' reference list. The list contents are of type MeasureCategory. It is bidirectional and its opposite is 'Category'.

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

Returns:
the value of the 'Category Element' reference list.
See Also:
SmmPackage.getMeasureCategory_CategoryElement(), getCategory()
Generated:
Model:
opposite="category"

getCategoryMeasure

 getCategoryMeasure()
Returns the value of the 'Category Measure' reference list. The list contents are of type Measure. It is bidirectional and its opposite is 'Category'.

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

Returns:
the value of the 'Category Measure' reference list.
See Also:
SmmPackage.getMeasureCategory_CategoryMeasure(), Measure.getCategory()
Generated:
Model:
opposite="category"