Uses of Interface
edu.cmu.sei.aadl.model.flow.EndToEndFlow

Packages that use EndToEndFlow
edu.cmu.sei.aadl.instance   
edu.cmu.sei.aadl.model.flow   
edu.cmu.sei.aadl.model.flow.impl   
edu.cmu.sei.aadl.model.flow.util   
edu.cmu.sei.aadl.model.instance   
edu.cmu.sei.aadl.model.instance.impl   
 

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

Methods in edu.cmu.sei.aadl.instance with parameters of type EndToEndFlow
protected  void CreateEndToEndFlowsSwitch.createEndToEndFlowInstance(ComponentInstance ci, EndToEndFlow ete)
           
protected  void CreateEndToEndFlowsSwitch.processETE(ComponentInstance ci, EndToEndFlow ete, EndToEndFlowInstance etei)
           
 

Uses of EndToEndFlow in edu.cmu.sei.aadl.model.flow
 

Methods in edu.cmu.sei.aadl.model.flow that return EndToEndFlow
 EndToEndFlow FlowFactory.createEndToEndFlow()
          Returns a new object of class 'End To End Flow'
 

Methods in edu.cmu.sei.aadl.model.flow with parameters of type EndToEndFlow
 void Flows.addEndToEndFlow(EndToEndFlow value)
          Adds to the list the value of the 'End To End Flow' containment reference list
 

Uses of EndToEndFlow in edu.cmu.sei.aadl.model.flow.impl
 

Classes in edu.cmu.sei.aadl.model.flow.impl that implement EndToEndFlow
 class EndToEndFlowImpl
          An implementation of the model object 'End To End Flow'
 

Methods in edu.cmu.sei.aadl.model.flow.impl that return EndToEndFlow
 EndToEndFlow FlowFactoryImpl.createEndToEndFlow()
           
 

Methods in edu.cmu.sei.aadl.model.flow.impl with parameters of type EndToEndFlow
 void FlowsImpl.addEndToEndFlow(EndToEndFlow newEndToEndFlow)
          phf: add element to multiplicity EList
 

Uses of EndToEndFlow in edu.cmu.sei.aadl.model.flow.util
 

Methods in edu.cmu.sei.aadl.model.flow.util with parameters of type EndToEndFlow
 java.lang.Object FlowSwitch.caseEndToEndFlow(EndToEndFlow object)
          Returns the result of interpretting the object as an instance of 'End To End Flow'
 

Uses of EndToEndFlow in edu.cmu.sei.aadl.model.instance
 

Methods in edu.cmu.sei.aadl.model.instance that return EndToEndFlow
 EndToEndFlow EndToEndFlowInstance.getEndToEndFlow()
          Returns the value of the 'End To End Flow' reference
 

Methods in edu.cmu.sei.aadl.model.instance with parameters of type EndToEndFlow
 EndToEndFlowInstance ComponentInstance.findEndToEndFlowInstance(EndToEndFlow ete)
          Find the end to end flow instance of this component that corresponds to the given end to end flow.
 void EndToEndFlowInstance.setEndToEndFlow(EndToEndFlow value)
          Sets the value of the 'End To End Flow' reference
 

Uses of EndToEndFlow in edu.cmu.sei.aadl.model.instance.impl
 

Fields in edu.cmu.sei.aadl.model.instance.impl declared as EndToEndFlow
protected  EndToEndFlow EndToEndFlowInstanceImpl.endToEndFlow
          The cached value of the 'End To End Flow' reference
 

Methods in edu.cmu.sei.aadl.model.instance.impl that return EndToEndFlow
 EndToEndFlow EndToEndFlowInstanceImpl.basicGetEndToEndFlow()
           
 EndToEndFlow EndToEndFlowInstanceImpl.getEndToEndFlow()
           
 

Methods in edu.cmu.sei.aadl.model.instance.impl with parameters of type EndToEndFlow
 EndToEndFlowInstance ComponentInstanceImpl.findEndToEndFlowInstance(EndToEndFlow ete)
          find the endtoendflow instance of this component instance
 void EndToEndFlowInstanceImpl.setEndToEndFlow(EndToEndFlow newEndToEndFlow)