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

Packages that use EventDataPort
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 EventDataPort in edu.cmu.sei.aadl.model.connection
 

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

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

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

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

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

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

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

Methods in edu.cmu.sei.aadl.model.core with parameters of type EventDataPort
 void RefinesType.addEventDataPort(EventDataPort value)
          Adds to the list the value of the 'Event Data Port' containment reference list
 

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

Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type EventDataPort
 void RefinesTypeImpl.addEventDataPort(EventDataPort newEventDataPort)
          phf: add element to multiplicity EList
 

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

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

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

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

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

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

Methods in edu.cmu.sei.aadl.model.feature.impl that return EventDataPort
 EventDataPort EventDataPortImpl.basicGetRefines()
           
 EventDataPort FeatureFactoryImpl.createEventDataPort()
           
 EventDataPort EventDataPortImpl.getRefines()
           
 

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

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

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