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

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

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

Methods in fr.tpt.aadl.annex.behavior.aadlba that return SimpleExpression
 SimpleExpression AadlBaFactory.createSimpleExpression()
          Returns a new object of class 'Simple Expression'
 SimpleExpression Relation.getFirstExpression()
          Returns the value of the 'First Expression' containment reference
 SimpleExpression Relation.getSecondExpression()
          Returns the value of the 'Second Expression' containment reference
 

Methods in fr.tpt.aadl.annex.behavior.aadlba with parameters of type SimpleExpression
 void Relation.setFirstExpression(SimpleExpression value)
          Sets the value of the 'First Expression' containment reference
 void Relation.setSecondExpression(SimpleExpression value)
          Sets the value of the 'Second Expression' containment reference