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

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

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

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

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