org.eclipse.modisco.omg.smm
Interface CollectiveMeasure

All Superinterfaces:
AbstractMeasureElement, DimensionalMeasure, Measure, SmmElement

public interface CollectiveMeasure
extends DimensionalMeasure

A representation of the model object 'Collective Measure'.

The following features are supported:

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

Method Summary
 Accumulator getAccumulator()
          Returns the value of the 'Accumulator' attribute.
  getBaseMeasureTo()
          Returns the value of the 'Base Measure To' reference list.
 void setAccumulator(Accumulator value)
          Sets the value of the 'Accumulator' attribute.
 
Methods inherited from interface org.eclipse.modisco.omg.smm.DimensionalMeasure
getBaseMeasure1From, getBaseMeasure2From, getBaseMeasureFrom, getRankingFrom, getRescaleTo, getUnit, setRescaleTo, setUnit
 
Methods inherited from interface org.eclipse.modisco.omg.smm.Measure
getAllArguments, getArguments, getCategory, getDefaultQuery, getEquivalentFrom, getEquivalentTo, getMeasureLabelFormat, getMeasurementLabelFormat, getMeasureRelationships, getRecursiveFrom, getRecursiveTo, getRefinementFrom, getRefinementTo, getScope, getTrait, isVisible, setDefaultQuery, setMeasureLabelFormat, setMeasurementLabelFormat, setRecursiveFrom, setRecursiveTo, setScope, setTrait, setVisible
 
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

getAccumulator

Accumulator getAccumulator()
Returns the value of the 'Accumulator' attribute. The literals are from the enumeration Accumulator.

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

Returns:
the value of the 'Accumulator' attribute.
See Also:
Accumulator, setAccumulator(Accumulator), SmmPackage.getCollectiveMeasure_Accumulator()
Generated:
Model:
required="true"

setAccumulator

void setAccumulator(Accumulator value)
Sets the value of the 'Accumulator' attribute.

Parameters:
value - the new value of the 'Accumulator' attribute.
See Also:
Accumulator, getAccumulator()
Generated:

getBaseMeasureTo

 getBaseMeasureTo()
Returns the value of the 'Base Measure To' reference list. The list contents are of type BaseMeasureRelationship. It is bidirectional and its opposite is 'From'.

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

Returns:
the value of the 'Base Measure To' reference list.
See Also:
SmmPackage.getCollectiveMeasure_BaseMeasureTo(), BaseMeasureRelationship.getFrom()
Generated:
Model:
opposite="from" required="true"