Uses of Interface
edu.cmu.sei.aadl.aadl2.SubprogramCallSequence

Packages that use SubprogramCallSequence
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
 

Uses of SubprogramCallSequence in edu.cmu.sei.aadl.aadl2
 

Methods in edu.cmu.sei.aadl.aadl2 that return SubprogramCallSequence
 SubprogramCallSequence BehavioredImplementation.createOwnedSubprogramCallSequence()
          Creates a new SubprogramCallSequence and appends it to the 'Owned Subprogram Call Sequence' containment reference list
 SubprogramCallSequence Aadl2Factory.createSubprogramCallSequence()
          Returns a new object of class 'Subprogram Call Sequence'
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type SubprogramCallSequence
 org.eclipse.emf.common.util.EList<SubprogramCallSequence> BehavioredImplementation.getOwnedSubprogramCallSequences()
          Returns the value of the 'Owned Subprogram Call Sequence' containment reference list.
 

Uses of SubprogramCallSequence in edu.cmu.sei.aadl.aadl2.impl
 

Classes in edu.cmu.sei.aadl.aadl2.impl that implement SubprogramCallSequence
 class SubprogramCallSequenceImpl
          An implementation of the model object 'Subprogram Call Sequence'
 

Fields in edu.cmu.sei.aadl.aadl2.impl with type parameters of type SubprogramCallSequence
protected  org.eclipse.emf.common.util.EList<SubprogramCallSequence> BehavioredImplementationImpl.ownedSubprogramCallSequences
          The cached value of the 'Owned Subprogram Call Sequence' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return SubprogramCallSequence
 SubprogramCallSequence BehavioredImplementationImpl.createOwnedSubprogramCallSequence()
           
 SubprogramCallSequence Aadl2FactoryImpl.createSubprogramCallSequence()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type SubprogramCallSequence
 org.eclipse.emf.common.util.EList<SubprogramCallSequence> BehavioredImplementationImpl.getOwnedSubprogramCallSequences()
           
 

Uses of SubprogramCallSequence in edu.cmu.sei.aadl.aadl2.util
 

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type SubprogramCallSequence
 T Aadl2Switch.caseSubprogramCallSequence(SubprogramCallSequence object)
          Returns the result of interpreting the object as an instance of 'Subprogram Call Sequence'
 boolean Aadl2Validator.validateSubprogramCallSequence(SubprogramCallSequence subprogramCallSequence, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)