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

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

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

Subinterfaces of BehaviorActions in fr.tpt.aadl.annex.behavior.aadlba
 interface AssignmentAction
          A representation of the model object 'Assignment Action'
 interface BasicAction
          A representation of the model object 'Basic Action'
 interface BehaviorAction
          A representation of the model object 'Behavior Action'
 interface BehaviorActionBlock
          A representation of the model object 'Behavior Action Block'
 interface BehaviorActionCollection
          A representation of the model object 'Behavior Action Collection'
 interface BehaviorActionSequence
          A representation of the model object 'Behavior Action Sequence'
 interface BehaviorActionSet
          A representation of the model object 'Behavior Action Set'
 interface CommunicationAction
          A representation of the model object 'Communication Action'
 interface CondStatement
          A representation of the model object 'Cond Statement'
 interface ElseStatement
          A representation of the model object 'Else Statement'
 interface ForOrForAllStatement
          A representation of the model object 'For Or For All Statement'
 interface IfStatement
          A representation of the model object 'If Statement'
 interface LockAction
          A representation of the model object 'Lock Action'
 interface LoopStatement
          A representation of the model object 'Loop Statement'
 interface PortDequeueAction
          A representation of the model object 'Port Dequeue Action'
 interface PortFreezeAction
          A representation of the model object 'Port Freeze Action'
 interface PortSendAction
          A representation of the model object 'Port Send Action'
 interface SharedDataAction
          A representation of the model object 'Shared Data Action'
 interface SubprogramCallAction
          A representation of the model object 'Subprogram Call Action'
 interface TimedAction
          A representation of the model object 'Timed Action'
 interface UnlockAction
          A representation of the model object 'Unlock Action'
 interface WhileOrDoUntilStatement
          A representation of the model object 'While Or Do Until Statement'
 

Methods in fr.tpt.aadl.annex.behavior.aadlba that return BehaviorActions
 BehaviorActions CondStatement.getBehaviorActions()
          Returns the value of the 'Behavior Actions' containment reference
 BehaviorActions BehaviorActionBlock.getContent()
          Returns the value of the 'Content' containment reference
 

Methods in fr.tpt.aadl.annex.behavior.aadlba with parameters of type BehaviorActions
 void CondStatement.setBehaviorActions(BehaviorActions value)
          Sets the value of the 'Behavior Actions' containment reference
 void BehaviorActionBlock.setContent(BehaviorActions value)
          Sets the value of the 'Content' containment reference
 

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

Methods in fr.tpt.aadl.annex.behavior.utils with parameters of type BehaviorActions
static org.eclipse.emf.common.util.EList<BasicAction> AadlBaVisitors.getBasicActions(BehaviorActions BehActions)
          Return a list of the BasicAction objects contained in a given BehaviorActions object (recursively).