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

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

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

Subinterfaces of Access in edu.cmu.sei.aadl.aadl2
 interface BusAccess
          A representation of the model object 'Bus Access'
 interface DataAccess
          A representation of the model object 'Data Access'
 interface SubprogramAccess
          A representation of the model object 'Subprogram Access'
 interface SubprogramGroupAccess
          A representation of the model object 'Subprogram Group Access'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement Access
 class AccessImpl
          An implementation of the model object 'Access'
 class BusAccessImpl
          An implementation of the model object 'Bus Access'
 class DataAccessImpl
          An implementation of the model object 'Data Access'
 class SubprogramAccessImpl
          An implementation of the model object 'Subprogram Access'
 class SubprogramGroupAccessImpl
          An implementation of the model object 'Subprogram Group Access'
 

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

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