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

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

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

Subinterfaces of DispatchTrigger in fr.tpt.aadl.annex.behavior.aadlba
 interface EventDataPortHolder
          A representation of the model object 'Event Data Port Holder'
 interface EventPortHolder
          A representation of the model object 'Event Port Holder'
 

Methods in fr.tpt.aadl.annex.behavior.aadlba that return types with arguments of type DispatchTrigger
 org.eclipse.emf.common.util.EList<DispatchTrigger> DispatchConjunction.getDispatchTriggers()
          Returns the value of the 'Dispatch Triggers' containment reference list.
 

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

Methods in fr.tpt.aadl.annex.behavior.utils that return types with arguments of type DispatchTrigger
static org.eclipse.emf.common.util.EList<DispatchTrigger> AadlBaVisitors.getDispatchTriggers(DispatchTriggerLogicalExpression dtle)
          Return a list of DispatchTrigger objects contained in the given DispatchTriggerLogicelExpression object.