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

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

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

Subinterfaces of PortConnectionEnd 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 EventPort
          A representation of the model object 'Event Port'
 interface InternalEvent
          A representation of the model object 'Internal Event'
 interface Port
          A representation of the model object 'Port'
 interface ProcessorPort
          A representation of the model object 'Processor Port'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement PortConnectionEnd
 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 EventPortImpl
          An implementation of the model object 'Event Port'
 class InternalEventImpl
          An implementation of the model object 'Internal Event'
 class PortConnectionEndImpl
          An implementation of the model object 'Port Connection End'
 class PortImpl
          An implementation of the model object 'Port'
 class ProcessorPortImpl
          An implementation of the model object 'Processor Port'
 

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

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