Uses of Class
fr.tpt.aadl.annex.behavior.aadlba.MultiplyingOperator

Packages that use MultiplyingOperator
fr.tpt.aadl.annex.behavior.aadlba   
 

Uses of MultiplyingOperator in fr.tpt.aadl.annex.behavior.aadlba
 

Fields in fr.tpt.aadl.annex.behavior.aadlba with type parameters of type MultiplyingOperator
static java.util.List<MultiplyingOperator> MultiplyingOperator.VALUES
          A public read-only list of all the 'Multiplying Operator' enumerators
 

Methods in fr.tpt.aadl.annex.behavior.aadlba that return MultiplyingOperator
static MultiplyingOperator MultiplyingOperator.get(int value)
          Returns the 'Multiplying Operator' literal with the specified integer value
static MultiplyingOperator MultiplyingOperator.get(java.lang.String literal)
          Returns the 'Multiplying Operator' literal with the specified literal value
static MultiplyingOperator MultiplyingOperator.getByName(java.lang.String name)
          Returns the 'Multiplying Operator' literal with the specified name
static MultiplyingOperator MultiplyingOperator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MultiplyingOperator[] MultiplyingOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fr.tpt.aadl.annex.behavior.aadlba that return types with arguments of type MultiplyingOperator
 org.eclipse.emf.common.util.EList<MultiplyingOperator> Term.getMultiplyingOperators()
          Returns the value of the 'Multiplying Operators' attribute list.