Uses of Class
org.eclipse.gmt.modisco.omg.smm.Accumulator

Packages that use Accumulator
org.eclipse.gmt.modisco.omg.smm   
 

Uses of Accumulator in org.eclipse.gmt.modisco.omg.smm
 

Fields in org.eclipse.gmt.modisco.omg.smm with type parameters of type Accumulator
static java.util.List<Accumulator> Accumulator.VALUES
          A public read-only list of all the 'Accumulator' enumerators.
 

Methods in org.eclipse.gmt.modisco.omg.smm that return Accumulator
static Accumulator Accumulator.get(int value)
          Returns the 'Accumulator' literal with the specified integer value.
static Accumulator Accumulator.get(java.lang.String literal)
          Returns the 'Accumulator' literal with the specified literal value.
 Accumulator CollectiveMeasure.getAccumulator()
          Returns the value of the 'Accumulator' attribute.
 Accumulator CollectiveMeasurement.getAccumulator()
          Returns the value of the 'Accumulator' attribute.
static Accumulator Accumulator.getByName(java.lang.String name)
          Returns the 'Accumulator' literal with the specified name.
static Accumulator Accumulator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Accumulator[] Accumulator.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.gmt.modisco.omg.smm with parameters of type Accumulator
 void CollectiveMeasure.setAccumulator(Accumulator value)
          Sets the value of the 'Accumulator' attribute.
 void CollectiveMeasurement.setAccumulator(Accumulator value)
          Sets the value of the 'Accumulator' attribute.