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

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

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

Subinterfaces of ParameterConnectionEnd in edu.cmu.sei.aadl.aadl2
 interface DataAccess
          A representation of the model object 'Data Access'
 interface DataPort
          A representation of the model object 'Data Port'
 interface DataSubcomponent
          A representation of the model object 'Data Subcomponent'
 interface EventDataPort
          A representation of the model object 'Event Data Port'
 interface Parameter
          A representation of the model object 'Parameter'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement ParameterConnectionEnd
 class DataAccessImpl
          An implementation of the model object 'Data Access'
 class DataPortImpl
          An implementation of the model object 'Data Port'
 class DataSubcomponentImpl
          An implementation of the model object 'Data Subcomponent'
 class EventDataPortImpl
          An implementation of the model object 'Event Data Port'
 class ParameterConnectionEndImpl
          An implementation of the model object 'Parameter Connection End'
 class ParameterImpl
          An implementation of the model object 'Parameter'
 

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

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