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

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

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

Subinterfaces of FeatureConnectionEnd in edu.cmu.sei.aadl.aadl2
 interface AbstractFeature
          A representation of the model object 'Abstract Feature'
 interface Access
          A representation of the model object 'Access'
 interface BusAccess
          A representation of the model object 'Bus Access'
 interface DataAccess
          A representation of the model object 'Data Access'
 interface DataPort
          A representation of the model object 'Data Port'
 interface DirectedFeature
          A representation of the model object 'Directed Feature'
 interface EventDataPort
          A representation of the model object 'Event Data Port'
 interface EventPort
          A representation of the model object 'Event Port'
 interface Feature
          A representation of the model object 'Feature'
 interface FeatureGroup
          A representation of the model object 'Feature Group'
 interface Parameter
          A representation of the model object 'Parameter'
 interface Port
          A representation of the model object 'Port'
 interface SubprogramAccess
          A representation of the model object 'Subprogram Access'
 interface SubprogramGroupAccess
          A representation of the model object 'Subprogram Group Access'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement FeatureConnectionEnd
 class AbstractFeatureImpl
          An implementation of the model object 'Abstract Feature'
 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 DataPortImpl
          An implementation of the model object 'Data Port'
 class DirectedFeatureImpl
          An implementation of the model object 'Directed Feature'
 class EventDataPortImpl
          An implementation of the model object 'Event Data Port'
 class EventPortImpl
          An implementation of the model object 'Event Port'
 class FeatureConnectionEndImpl
          An implementation of the model object 'Feature Connection End'
 class FeatureGroupImpl
          An implementation of the model object 'Feature Group'
 class FeatureImpl
          An implementation of the model object 'Feature'
 class ParameterImpl
          An implementation of the model object 'Parameter'
 class PortImpl
          An implementation of the model object 'Port'
 class SubprogramAccessImpl
          An implementation of the model object 'Subprogram Access'
 class SubprogramGroupAccessImpl
          An implementation of the model object 'Subprogram Group Access'
 

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

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