Uses of Interface
edu.cmu.sei.aadl.model.connection.EventConnection

Packages that use EventConnection
edu.cmu.sei.aadl.model.connection   
edu.cmu.sei.aadl.model.connection.impl   
edu.cmu.sei.aadl.model.connection.util   
 

Uses of EventConnection in edu.cmu.sei.aadl.model.connection
 

Methods in edu.cmu.sei.aadl.model.connection that return EventConnection
 EventConnection ConnectionFactory.createEventConnection()
          Returns a new object of class 'Event Connection'
 EventConnection EventConnection.getRefines()
          Returns the value of the 'Refines' reference
 

Methods in edu.cmu.sei.aadl.model.connection with parameters of type EventConnection
 void Connections.addEventConnection(EventConnection value)
          Adds to the list the value of the 'Event Connection' containment reference list
 void EventConnection.setRefines(EventConnection value)
          Sets the value of the 'Refines' reference
 

Uses of EventConnection in edu.cmu.sei.aadl.model.connection.impl
 

Classes in edu.cmu.sei.aadl.model.connection.impl that implement EventConnection
 class EventConnectionImpl
          An implementation of the model object 'Event Connection'
 

Fields in edu.cmu.sei.aadl.model.connection.impl declared as EventConnection
protected  EventConnection EventConnectionImpl.refines
          The cached value of the 'Refines' reference
 

Methods in edu.cmu.sei.aadl.model.connection.impl that return EventConnection
 EventConnection EventConnectionImpl.basicGetRefines()
           
 EventConnection ConnectionFactoryImpl.createEventConnection()
           
 EventConnection EventConnectionImpl.getRefines()
           
 

Methods in edu.cmu.sei.aadl.model.connection.impl with parameters of type EventConnection
 void ConnectionsImpl.addEventConnection(EventConnection newEventConnection)
          phf: add element to multiplicity EList
 void EventConnectionImpl.setRefines(EventConnection newRefines)
          phf: we want an add version for EList
 

Uses of EventConnection in edu.cmu.sei.aadl.model.connection.util
 

Methods in edu.cmu.sei.aadl.model.connection.util with parameters of type EventConnection
 java.lang.Object ConnectionSwitch.caseEventConnection(EventConnection object)
          Returns the result of interpretting the object as an instance of 'Event Connection'