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

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

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

Subinterfaces of BehaviorAction 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 BehaviorActionBlock
          A representation of the model object 'Behavior Action Block'
 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 types with arguments of type BehaviorAction
 org.eclipse.emf.common.util.EList<BehaviorAction> BehaviorActionCollection.getActions()
          Returns the value of the 'Actions' containment reference list.
 

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

Methods in fr.tpt.aadl.annex.behavior.utils with parameters of type BehaviorAction
static org.eclipse.emf.common.util.EList<BasicAction> AadlBaVisitors.getBasicActions(BehaviorAction BehAction)
          Returns a list of basic action contained in the given behavior action (recursively).