org.eclipse.modisco.omg.smm
Interface AbstractMeasureElement

All Superinterfaces:
SmmElement
All Known Subinterfaces:
BinaryMeasure, Characteristic, CollectiveMeasure, Counting, DimensionalMeasure, DirectMeasure, Measurand, Measure, MeasureCategory, NamedMeasure, OCLOperation, Operation, QualityScope, Ranking, RatioMeasure, RescaledMeasure, Scope

public interface AbstractMeasureElement
extends SmmElement

A representation of the model object 'Abstract Measure Element'.

The following features are supported:

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

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

Method Detail

getInCategory

 getInCategory()
Returns the value of the 'In Category' reference list. The list contents are of type CategoryRelationship.

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

Returns:
the value of the 'In Category' reference list.
See Also:
SmmPackage.getAbstractMeasureElement_InCategory()
Generated:
Model: