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

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

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

Subinterfaces of BasicAction in fr.tpt.aadl.annex.behavior.aadlba
 interface AssignmentAction
          A representation of the model object 'Assignment Action'
 interface CommunicationAction
          A representation of the model object 'Communication Action'
 interface LockAction
          A representation of the model object 'Lock Action'
 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'
 

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

Methods in fr.tpt.aadl.annex.behavior.utils that return types with arguments of type BasicAction
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).
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).