Uses of Interface
edu.cmu.sei.aadl.aadl2.instance.ConnectionInstanceEnd

Packages that use ConnectionInstanceEnd
edu.cmu.sei.aadl.aadl2.instance   
edu.cmu.sei.aadl.aadl2.instance.impl   
edu.cmu.sei.aadl.aadl2.instance.util   
edu.cmu.sei.aadl.instance   
 

Uses of ConnectionInstanceEnd in edu.cmu.sei.aadl.aadl2.instance
 

Subinterfaces of ConnectionInstanceEnd in edu.cmu.sei.aadl.aadl2.instance
 interface ComponentInstance
          A representation of the model object 'Component Instance'
 interface FeatureInstance
          A representation of the model object 'Feature Instance'
 interface ModeTransitionInstance
          A representation of the model object 'Mode Transition Instance'
 interface SystemInstance
          A representation of the model object ' System Instance'.
 

Methods in edu.cmu.sei.aadl.aadl2.instance that return ConnectionInstanceEnd
 ConnectionInstanceEnd ConnectionInstance.getDestination()
          Returns the value of the 'Destination' reference.
 ConnectionInstanceEnd ConnectionInstance.getSource()
          Returns the value of the 'Source' reference.
 

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

Uses of ConnectionInstanceEnd in edu.cmu.sei.aadl.aadl2.instance.impl
 

Classes in edu.cmu.sei.aadl.aadl2.instance.impl that implement ConnectionInstanceEnd
 class ComponentInstanceImpl
          An implementation of the model object 'Component Instance'
 class ConnectionInstanceEndImpl
          An implementation of the model object 'Connection Instance End'
 class FeatureInstanceImpl
          An implementation of the model object 'Feature Instance'
 class ModeTransitionInstanceImpl
          An implementation of the model object 'Mode Transition Instance'
 class SystemInstanceImpl
          An implementation of the model object ' System Instance'.
 

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

Methods in edu.cmu.sei.aadl.aadl2.instance.impl that return ConnectionInstanceEnd
 ConnectionInstanceEnd ConnectionInstanceImpl.basicGetDestination()
           
 ConnectionInstanceEnd ConnectionInstanceImpl.basicGetSource()
           
 ConnectionInstanceEnd ConnectionInstanceImpl.getDestination()
           
 ConnectionInstanceEnd ConnectionInstanceImpl.getSource()
           
 

Methods in edu.cmu.sei.aadl.aadl2.instance.impl with parameters of type ConnectionInstanceEnd
 org.eclipse.emf.common.notify.NotificationChain ConnectionInstanceImpl.basicSetDestination(ConnectionInstanceEnd newDestination, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ConnectionInstanceImpl.basicSetSource(ConnectionInstanceEnd newSource, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ConnectionInstanceImpl.setDestination(ConnectionInstanceEnd newDestination)
           
 void ConnectionInstanceImpl.setSource(ConnectionInstanceEnd newSource)
           
 

Uses of ConnectionInstanceEnd in edu.cmu.sei.aadl.aadl2.instance.util
 

Methods in edu.cmu.sei.aadl.aadl2.instance.util with parameters of type ConnectionInstanceEnd
 T InstanceSwitch.caseConnectionInstanceEnd(ConnectionInstanceEnd object)
          Returns the result of interpreting the object as an instance of 'Connection Instance End'
 

Uses of ConnectionInstanceEnd in edu.cmu.sei.aadl.instance
 

Methods in edu.cmu.sei.aadl.instance with parameters of type ConnectionInstanceEnd
protected  ConnectionInstance CreateConnectionsSwitch.addConnectionInstance(SystemInstance systemInstance, edu.cmu.sei.aadl.instance.CreateConnectionsSwitch.ConnectionInfo connInfo, ConnectionInstanceEnd dstI)