Uses of Interface
edu.cmu.sei.aadl.model.feature.EventPort

Packages that use EventPort
edu.cmu.sei.aadl.model.connection   
edu.cmu.sei.aadl.model.connection.impl   
edu.cmu.sei.aadl.model.core   
edu.cmu.sei.aadl.model.core.impl This package contains interfaces and classes that represent the abstract component objects as well as the pacakge concepts. 
edu.cmu.sei.aadl.model.feature   
edu.cmu.sei.aadl.model.feature.impl   
edu.cmu.sei.aadl.model.feature.util   
 

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

Methods in edu.cmu.sei.aadl.model.connection that return EventPort
 EventPort EventConnection.getDst()
          Returns the value of the 'Dst' reference
 EventPort EventConnection.getSrc()
          Returns the value of the 'Src' reference
 

Methods in edu.cmu.sei.aadl.model.connection with parameters of type EventPort
 void EventConnection.setDst(EventPort value)
          Sets the value of the 'Dst' reference
 void EventConnection.setSrc(EventPort value)
          Sets the value of the 'Src' reference
 

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

Fields in edu.cmu.sei.aadl.model.connection.impl declared as EventPort
protected  EventPort EventConnectionImpl.dst
          The cached value of the 'Dst' reference
protected  EventPort EventConnectionImpl.src
          The cached value of the 'Src' reference
 

Methods in edu.cmu.sei.aadl.model.connection.impl that return EventPort
 EventPort EventConnectionImpl.basicGetDst()
           
 EventPort EventConnectionImpl.basicGetSrc()
           
 EventPort EventConnectionImpl.getDst()
           
 EventPort EventConnectionImpl.getSrc()
           
 

Methods in edu.cmu.sei.aadl.model.connection.impl with parameters of type EventPort
 void EventConnectionImpl.setDst(EventPort newDst)
           
 void EventConnectionImpl.setSrc(EventPort newSrc)
           
 

Uses of EventPort in edu.cmu.sei.aadl.model.core
 

Methods in edu.cmu.sei.aadl.model.core with parameters of type EventPort
 void RefinesType.addEventPort(EventPort value)
          Adds to the list the value of the 'Event Port' containment reference list
 void ModeTransition.addTriggerEventPort(EventPort value)
          Adds to the list the value of the 'Trigger Event Port' reference list
 

Uses of EventPort in edu.cmu.sei.aadl.model.core.impl
 

Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type EventPort
 void RefinesTypeImpl.addEventPort(EventPort newEventPort)
          phf: add element to multiplicity EList
 void ModeTransitionImpl.addTriggerEventPort(EventPort newTriggerEventPort)
          phf: add element to multiplicity EList
 

Uses of EventPort in edu.cmu.sei.aadl.model.feature
 

Methods in edu.cmu.sei.aadl.model.feature that return EventPort
 EventPort FeatureFactory.createEventPort()
          Returns a new object of class 'Event Port'
 EventPort EventPort.getRefines()
          Returns the value of the 'Refines' reference
 

Methods in edu.cmu.sei.aadl.model.feature with parameters of type EventPort
 void PortGroupFeatures.addEventPort(EventPort value)
          Adds to the list the value of the 'Event Port' containment reference list
 void SoftwareFeatures.addEventPort(EventPort value)
          Adds to the list the value of the 'Event Port' containment reference list
 void DeviceFeatures.addEventPort(EventPort value)
          Adds to the list the value of the 'Event Port' containment reference list
 void ProcessorFeatures.addEventPort(EventPort value)
          Adds to the list the value of the 'Event Port' containment reference list
 void SubprogramFeatures.addEventPort(EventPort value)
          Adds to the list the value of the 'Event Port' containment reference list
 void EventPort.setRefines(EventPort value)
          Sets the value of the 'Refines' reference
 

Uses of EventPort in edu.cmu.sei.aadl.model.feature.impl
 

Classes in edu.cmu.sei.aadl.model.feature.impl that implement EventPort
 class EventPortImpl
          An implementation of the model object 'Event Port'
 

Fields in edu.cmu.sei.aadl.model.feature.impl declared as EventPort
protected  EventPort EventPortImpl.refines
          The cached value of the 'Refines' reference
 

Methods in edu.cmu.sei.aadl.model.feature.impl that return EventPort
 EventPort EventPortImpl.basicGetRefines()
           
 EventPort FeatureFactoryImpl.createEventPort()
           
 EventPort EventPortImpl.getRefines()
           
 

Methods in edu.cmu.sei.aadl.model.feature.impl with parameters of type EventPort
 void SubprogramFeaturesImpl.addEventPort(EventPort newEventPort)
          phf: add element to multiplicity EList
 void SoftwareFeaturesImpl.addEventPort(EventPort newEventPort)
          phf: add element to multiplicity EList
 void ProcessorFeaturesImpl.addEventPort(EventPort newEventPort)
          phf: add element to multiplicity EList
 void PortGroupFeaturesImpl.addEventPort(EventPort newEventPort)
          phf: add element to multiplicity EList
 void DeviceFeaturesImpl.addEventPort(EventPort newEventPort)
          phf: add element to multiplicity EList
 void EventPortImpl.setRefines(EventPort newRefines)
          phf: we want an add version for EList
 

Uses of EventPort in edu.cmu.sei.aadl.model.feature.util
 

Methods in edu.cmu.sei.aadl.model.feature.util with parameters of type EventPort
 java.lang.Object FeatureSwitch.caseEventPort(EventPort object)
          Returns the result of interpretting the object as an instance of 'Event Port'