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

Packages that use CallSpecification
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.operations   
edu.cmu.sei.aadl.aadl2.util   
 

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

Subinterfaces of CallSpecification in edu.cmu.sei.aadl.aadl2
 interface ProcessorCall
          A representation of the model object 'Processor Call'
 interface SubprogramCall
          A representation of the model object 'Subprogram Call'
 

Methods in edu.cmu.sei.aadl.aadl2 that return CallSpecification
 CallSpecification SubprogramCallSequence.createOwnedCallSpecification(org.eclipse.emf.ecore.EClass eClass)
          Creates a new CallSpecification and appends it to the 'Owned Call Specification' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type CallSpecification
 org.eclipse.emf.common.util.EList<CallSpecification> BehavioredImplementation.callSpecifications()
          Get all calls owned by owned call sequences
 org.eclipse.emf.common.util.EList<CallSpecification> BehavioredImplementation.getCallSpecifications()
          Returns the value of the 'Call Specification' reference list.
 org.eclipse.emf.common.util.EList<CallSpecification> SubprogramCallSequence.getOwnedCallSpecifications()
          Returns the value of the 'Owned Call Specification' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement CallSpecification
 class CallSpecificationImpl
          An implementation of the model object 'Call Specification'
 class ProcessorCallImpl
          An implementation of the model object 'Processor Call'
 class SubprogramCallImpl
          An implementation of the model object 'Subprogram Call'
 

Fields in edu.cmu.sei.aadl.aadl2.impl with type parameters of type CallSpecification
protected  org.eclipse.emf.common.util.EList<CallSpecification> SubprogramCallSequenceImpl.ownedCallSpecifications
          The cached value of the 'Owned Call Specification' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return CallSpecification
 CallSpecification SubprogramCallSequenceImpl.createOwnedCallSpecification(org.eclipse.emf.ecore.EClass eClass)
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type CallSpecification
 org.eclipse.emf.common.util.EList<CallSpecification> BehavioredImplementationImpl.callSpecifications()
           
 org.eclipse.emf.common.util.EList<CallSpecification> BehavioredImplementationImpl.getCallSpecifications()
           
 org.eclipse.emf.common.util.EList<CallSpecification> SubprogramCallSequenceImpl.getOwnedCallSpecifications()
           
 

Uses of CallSpecification in edu.cmu.sei.aadl.aadl2.operations
 

Methods in edu.cmu.sei.aadl.aadl2.operations that return types with arguments of type CallSpecification
static org.eclipse.emf.common.util.EList<CallSpecification> BehavioredImplementationOperations.callSpecifications(BehavioredImplementation behavioredImplementation)
          Get all calls owned by owned call sequences.
 

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

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type CallSpecification
 T Aadl2Switch.caseCallSpecification(CallSpecification object)
          Returns the result of interpreting the object as an instance of 'Call Specification'
 boolean Aadl2Validator.validateCallSpecification(CallSpecification callSpecification, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)