Uses of Interface
fr.tpt.aadl.annex.behavior.aadlba.BehaviorVariable

Packages that use BehaviorVariable
fr.tpt.aadl.annex.behavior.aadlba   
fr.tpt.aadl.annex.behavior.utils   
 

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

Methods in fr.tpt.aadl.annex.behavior.aadlba that return BehaviorVariable
 BehaviorVariable AadlBaFactory.createBehaviorVariable()
          Returns a new object of class 'Behavior Variable'
 BehaviorVariable BehaviorVariableHolder.getBehaviorVariable()
           
 

Methods in fr.tpt.aadl.annex.behavior.aadlba that return types with arguments of type BehaviorVariable
 org.eclipse.emf.common.util.EList<BehaviorVariable> BehaviorAnnex.getVariables()
          Returns the value of the 'Variables' containment reference list.
 

Methods in fr.tpt.aadl.annex.behavior.aadlba with parameters of type BehaviorVariable
 void BehaviorVariableHolder.setVariable(BehaviorVariable variable)
           
 

Uses of BehaviorVariable in fr.tpt.aadl.annex.behavior.utils
 

Methods in fr.tpt.aadl.annex.behavior.utils that return BehaviorVariable
static BehaviorVariable AadlBaVisitors.findBehaviorVariable(BehaviorAnnex ba, java.lang.String variableName)
          Find the first occurrence of an BehaviorVariable within a given BehaviorAnnex which name equals to the given name.
 

Methods in fr.tpt.aadl.annex.behavior.utils with parameters of type BehaviorVariable
static DataRepresentation AadlBaUtils.getDataRepresentation(BehaviorVariable bv)
          Returns the data representation of the given BehaviorVariable object or DataRepresentation.UNKNOWN if Data_Model::Data_Representation property is not set or if the BehaviorVariable object represents a data structure.