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

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

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

Subinterfaces of BehaviorNamedElement in fr.tpt.aadl.annex.behavior.aadlba
 interface BehaviorState
          A representation of the model object 'Behavior State'
 interface BehaviorTransition
          A representation of the model object 'Behavior Transition'
 interface BehaviorVariable
          A representation of the model object 'Behavior Variable'
 interface IterativeVariable
          A representation of the model object 'Iterative Variable'
 interface StructUnionElement
          A representation of the model object 'Struct Union Element'
 

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

Methods in fr.tpt.aadl.annex.behavior.utils with type parameters of type BehaviorNamedElement
static
<T extends BehaviorNamedElement>
T
AadlBaUtils.compareNamedElementList(java.lang.String name, org.eclipse.emf.common.util.EList<T> lbne)
          Compare a given name to a given list of behavior named elements.