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

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

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

Subinterfaces of CallContext in edu.cmu.sei.aadl.aadl2
 interface AbstractType
          A representation of the model object 'Abstract Type'
 interface DataType
          A representation of the model object 'Data Type'
 interface FeatureGroup
          A representation of the model object 'Feature Group'
 interface SubprogramGroupAccess
          A representation of the model object 'Subprogram Group Access'
 interface SubprogramGroupSubcomponent
          A representation of the model object 'Subprogram Group Subcomponent'
 interface SubprogramGroupType
          A representation of the model object 'Subprogram Group Type'
 

Methods in edu.cmu.sei.aadl.aadl2 that return CallContext
 CallContext SubprogramCall.getContext()
          Returns the value of the 'Context' reference
 

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type CallContext
 void SubprogramCall.setContext(CallContext value)
          Sets the value of the 'Context' reference
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement CallContext
 class AbstractTypeImpl
          An implementation of the model object 'Abstract Type'
 class CallContextImpl
          An implementation of the model object 'Call Context'
 class DataTypeImpl
          An implementation of the model object 'Data Type'
 class FeatureGroupImpl
          An implementation of the model object 'Feature Group'
 class SubprogramGroupAccessImpl
          An implementation of the model object 'Subprogram Group Access'
 class SubprogramGroupSubcomponentImpl
          An implementation of the model object 'Subprogram Group Subcomponent'
 class SubprogramGroupTypeImpl
          An implementation of the model object 'Subprogram Group Type'
 

Fields in edu.cmu.sei.aadl.aadl2.impl declared as CallContext
protected  CallContext SubprogramCallImpl.context
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return CallContext
 CallContext SubprogramCallImpl.basicGetContext()
           
 CallContext SubprogramCallImpl.getContext()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type CallContext
 void SubprogramCallImpl.setContext(CallContext newContext)
           
 

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

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