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

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

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

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

Methods in fr.tpt.aadl.annex.behavior.aadlba that return BinaryAddingOperator
static BinaryAddingOperator BinaryAddingOperator.get(int value)
          Returns the 'Binary Adding Operator' literal with the specified integer value
static BinaryAddingOperator BinaryAddingOperator.get(java.lang.String literal)
          Returns the 'Binary Adding Operator' literal with the specified literal value
static BinaryAddingOperator BinaryAddingOperator.getByName(java.lang.String name)
          Returns the 'Binary Adding Operator' literal with the specified name
static BinaryAddingOperator BinaryAddingOperator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BinaryAddingOperator[] BinaryAddingOperator.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 BinaryAddingOperator
 org.eclipse.emf.common.util.EList<BinaryAddingOperator> SimpleExpression.getBinaryAddingOperators()
          Returns the value of the 'Binary Adding Operators' attribute list.