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

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

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

Subinterfaces of ConnectionEnd 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 AccessConnectionEnd
          A representation of the model object 'Access Connection End'
 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 DataPort
          A representation of the model object 'Data Port'
 interface DataSubcomponent
          A representation of the model object 'Data Subcomponent'
 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 FeatureConnectionEnd
          A representation of the model object 'Feature Connection End'
 interface FeatureGroup
          A representation of the model object 'Feature Group'
 interface FeatureGroupConnectionEnd
          A representation of the model object 'Feature Group Connection End'
 interface InternalEvent
          A representation of the model object 'Internal Event'
 interface Parameter
          A representation of the model object 'Parameter'
 interface ParameterConnectionEnd
          A representation of the model object 'Parameter Connection End'
 interface Port
          A representation of the model object 'Port'
 interface PortConnectionEnd
          A representation of the model object 'Port Connection End'
 interface ProcessorPort
          A representation of the model object 'Processor Port'
 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'
 

Methods in edu.cmu.sei.aadl.aadl2 that return ConnectionEnd
 ConnectionEnd Connection.getAllDestination()
          get destination in case of a refined connection get it from the connection being refined
 ConnectionEnd Connection.getAllSource()
          get source in case of a refined connection get it from the connection being refine
 ConnectionEnd Connection.getDestination()
          Returns the value of the 'Destination' reference
 ConnectionEnd Connection.getSource()
          Returns the value of the 'Source' reference
 

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type ConnectionEnd
 void Connection.setDestination(ConnectionEnd value)
          Sets the value of the 'Destination' reference
 void Connection.setSource(ConnectionEnd value)
          Sets the value of the 'Source' reference
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement ConnectionEnd
 class AbstractFeatureImpl
          An implementation of the model object 'Abstract Feature'
 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 ConnectionEndImpl
          An implementation of the model object 'Connection End'
 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 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 FeatureGroupConnectionEndImpl
          An implementation of the model object 'Feature Group Connection End'
 class FeatureGroupImpl
          An implementation of the model object 'Feature Group'
 class FeatureImpl
          An implementation of the model object 'Feature'
 class InternalEventImpl
          An implementation of the model object 'Internal Event'
 class ParameterConnectionEndImpl
          An implementation of the model object 'Parameter Connection End'
 class ParameterImpl
          An implementation of the model object 'Parameter'
 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'
 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'
 

Fields in edu.cmu.sei.aadl.aadl2.impl declared as ConnectionEnd
protected  ConnectionEnd ConnectionImpl.destination
          The cached value of the 'Destination' reference
protected  ConnectionEnd ConnectionImpl.source
          The cached value of the 'Source' reference
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return ConnectionEnd
 ConnectionEnd FeatureConnectionImpl.basicGetDestination()
           
 ConnectionEnd FeatureGroupConnectionImpl.basicGetDestination()
           
 ConnectionEnd PortConnectionImpl.basicGetDestination()
           
 ConnectionEnd ParameterConnectionImpl.basicGetDestination()
           
 ConnectionEnd AccessConnectionImpl.basicGetDestination()
           
 ConnectionEnd ConnectionImpl.basicGetDestination()
           
 ConnectionEnd FeatureConnectionImpl.basicGetSource()
           
 ConnectionEnd FeatureGroupConnectionImpl.basicGetSource()
           
 ConnectionEnd PortConnectionImpl.basicGetSource()
           
 ConnectionEnd ParameterConnectionImpl.basicGetSource()
           
 ConnectionEnd AccessConnectionImpl.basicGetSource()
           
 ConnectionEnd ConnectionImpl.basicGetSource()
           
 ConnectionEnd ConnectionImpl.getAllDestination()
          get destination in case of a refined connection get it from the connection being refined
 ConnectionEnd ConnectionImpl.getAllSource()
          get source in case of a refined connection get it from the connection being refine
 ConnectionEnd FeatureConnectionImpl.getDestination()
           
 ConnectionEnd FeatureGroupConnectionImpl.getDestination()
           
 ConnectionEnd PortConnectionImpl.getDestination()
           
 ConnectionEnd ParameterConnectionImpl.getDestination()
           
 ConnectionEnd AccessConnectionImpl.getDestination()
           
 ConnectionEnd ConnectionImpl.getDestination()
           
 ConnectionEnd FeatureConnectionImpl.getSource()
           
 ConnectionEnd FeatureGroupConnectionImpl.getSource()
           
 ConnectionEnd PortConnectionImpl.getSource()
           
 ConnectionEnd ParameterConnectionImpl.getSource()
           
 ConnectionEnd AccessConnectionImpl.getSource()
           
 ConnectionEnd ConnectionImpl.getSource()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type ConnectionEnd
 void FeatureConnectionImpl.setDestination(ConnectionEnd newDestination)
           
 void FeatureGroupConnectionImpl.setDestination(ConnectionEnd newDestination)
           
 void PortConnectionImpl.setDestination(ConnectionEnd newDestination)
           
 void ParameterConnectionImpl.setDestination(ConnectionEnd newDestination)
           
 void AccessConnectionImpl.setDestination(ConnectionEnd newDestination)
           
 void ConnectionImpl.setDestination(ConnectionEnd newDestination)
           
 void FeatureConnectionImpl.setSource(ConnectionEnd newSource)
           
 void FeatureGroupConnectionImpl.setSource(ConnectionEnd newSource)
           
 void PortConnectionImpl.setSource(ConnectionEnd newSource)
           
 void ParameterConnectionImpl.setSource(ConnectionEnd newSource)
           
 void AccessConnectionImpl.setSource(ConnectionEnd newSource)
           
 void ConnectionImpl.setSource(ConnectionEnd newSource)
           
 

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

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