Uses of Interface
edu.cmu.sei.aadl.model.component.CallSequence

Packages that use CallSequence
edu.cmu.sei.aadl.model.component   
edu.cmu.sei.aadl.model.component.impl   
edu.cmu.sei.aadl.model.component.util   
 

Uses of CallSequence in edu.cmu.sei.aadl.model.component
 

Methods in edu.cmu.sei.aadl.model.component that return CallSequence
 CallSequence ComponentFactory.createCallSequence()
          Returns a new object of class 'Call Sequence'
 

Methods in edu.cmu.sei.aadl.model.component with parameters of type CallSequence
 void CallSequences.addCallSequence(CallSequence value)
          Adds to the list the value of the 'Call Sequence' containment reference list
 

Uses of CallSequence in edu.cmu.sei.aadl.model.component.impl
 

Classes in edu.cmu.sei.aadl.model.component.impl that implement CallSequence
 class CallSequenceImpl
          An implementation of the model object 'Call Sequence'
 

Methods in edu.cmu.sei.aadl.model.component.impl that return CallSequence
 CallSequence ComponentFactoryImpl.createCallSequence()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type CallSequence
 void CallSequencesImpl.addCallSequence(CallSequence newCallSequence)
          phf: add element to multiplicity EList
 

Uses of CallSequence in edu.cmu.sei.aadl.model.component.util
 

Methods in edu.cmu.sei.aadl.model.component.util with parameters of type CallSequence
 java.lang.Object ComponentSwitch.caseCallSequence(CallSequence object)
          Returns the result of interpretting the object as an instance of 'Call Sequence'