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

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

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

Subinterfaces of ValueExpression in fr.tpt.aadl.annex.behavior.aadlba
 interface Any
          A representation of the model object 'Any'
 

Methods in fr.tpt.aadl.annex.behavior.aadlba that return ValueExpression
 ValueExpression AadlBaFactory.createValueExpression()
          Returns a new object of class 'Value Expression'
 ValueExpression IfStatement.getLogicalValueExpression()
          Returns the value of the 'Logical Value Expression' containment reference
 ValueExpression WhileOrDoUntilStatement.getLogicalValueExpression()
          Returns the value of the 'Logical Value Expression' containment reference
 ValueExpression PortSendAction.getValueExpression()
          Returns the value of the 'Value Expression' containment reference
 ValueExpression AssignmentAction.getValueExpression()
          Returns the value of the 'Value Expression' containment reference
 

Methods in fr.tpt.aadl.annex.behavior.aadlba with parameters of type ValueExpression
 void IfStatement.setLogicalValueExpression(ValueExpression value)
          Sets the value of the 'Logical Value Expression' containment reference
 void WhileOrDoUntilStatement.setLogicalValueExpression(ValueExpression value)
          Sets the value of the 'Logical Value Expression' containment reference
 void PortSendAction.setValueExpression(ValueExpression value)
          Sets the value of the 'Value Expression' containment reference
 void AssignmentAction.setValueExpression(ValueExpression value)
          Sets the value of the 'Value Expression' containment reference
 

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

Methods in fr.tpt.aadl.annex.behavior.utils with parameters of type ValueExpression
static Value AadlBaUtils.isOnlyOneValue(ValueExpression ve)
          If the given value expression is composed of an single value, it returns this value otherwise null.