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

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

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

Subinterfaces of AccessConnectionEnd in edu.cmu.sei.aadl.aadl2
 interface Access
          A representation of the model object 'Access'
 interface BusAccess
          A representation of the model object 'Bus Access'
 interface BusSubcomponent
          A representation of the model object 'Bus Subcomponent'
 interface DataAccess
          A representation of the model object 'Data Access'
 interface DataSubcomponent
          A representation of the model object 'Data Subcomponent'
 interface ProcessorSubprogram
          A representation of the model object 'Processor Subprogram'
 interface SubprogramAccess
          A representation of the model object 'Subprogram Access'
 interface SubprogramGroupAccess
          A representation of the model object 'Subprogram Group Access'
 interface SubprogramGroupSubcomponent
          A representation of the model object 'Subprogram Group Subcomponent'
 interface SubprogramSubcomponent
          A representation of the model object 'Subprogram Subcomponent'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement AccessConnectionEnd
 class AccessConnectionEndImpl
          An implementation of the model object 'Access Connection End'
 class AccessImpl
          An implementation of the model object 'Access'
 class BusAccessImpl
          An implementation of the model object 'Bus Access'
 class BusSubcomponentImpl
          An implementation of the model object 'Bus Subcomponent'
 class DataAccessImpl
          An implementation of the model object 'Data Access'
 class DataSubcomponentImpl
          An implementation of the model object 'Data Subcomponent'
 class ProcessorSubprogramImpl
          An implementation of the model object 'Processor Subprogram'
 class SubprogramAccessImpl
          An implementation of the model object 'Subprogram Access'
 class SubprogramGroupAccessImpl
          An implementation of the model object 'Subprogram Group Access'
 class SubprogramGroupSubcomponentImpl
          An implementation of the model object 'Subprogram Group Subcomponent'
 class SubprogramSubcomponentImpl
          An implementation of the model object 'Subprogram Subcomponent'
 

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

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type AccessConnectionEnd
 T Aadl2Switch.caseAccessConnectionEnd(AccessConnectionEnd object)
          Returns the result of interpreting the object as an instance of 'Access Connection End'
 boolean Aadl2Validator.validateAccessConnectionEnd(AccessConnectionEnd accessConnectionEnd, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)