Uses of Interface
edu.cmu.sei.aadl.model.instance.EndToEndFlowInstance

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

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

Methods in edu.cmu.sei.aadl.instance with parameters of type EndToEndFlowInstance
protected  void CreateEndToEndFlowsSwitch.addFlowStepInstance(EndToEndFlowInstance etei, ComponentInstance ci, FlowSpec fs)
          add a component instance/flowspec instance to the end to end flow instance if there is a previous such pair, first find and add the connection instance
protected  void CreateEndToEndFlowsSwitch.doProcessFlowImpl(EndToEndFlowInstance etei, ComponentInstance ci, FlowImpl fsq)
          instantiate a flow implementation by recursively processing its flow specifications
protected  void CreateEndToEndFlowsSwitch.doProcessFlowSpec(EndToEndFlowInstance etei, ComponentInstance ci, FlowSpec fs)
          instantiate a flow specification by recursively following its implementation until a leaf element is reached In case of a leaf element add it as a flow step
protected  void CreateEndToEndFlowsSwitch.fillinModes(EndToEndFlowInstance etei)
           
protected  void CreateEndToEndFlowsSwitch.processETE(ComponentInstance ci, EndToEndFlow ete, EndToEndFlowInstance etei)
           
 

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

Methods in edu.cmu.sei.aadl.model.instance that return EndToEndFlowInstance
 EndToEndFlowInstance InstanceFactory.createEndToEndFlowInstance()
          Returns a new object of class 'End To End Flow Instance'
 EndToEndFlowInstance ComponentInstance.findEndToEndFlowInstance(EndToEndFlow ete)
          Find the end to end flow instance of this component that corresponds to the given end to end flow.
 

Methods in edu.cmu.sei.aadl.model.instance with parameters of type EndToEndFlowInstance
 void ComponentInstance.addEndToEndFlowInstance(EndToEndFlowInstance value)
          Adds to the list the value of the 'End To End Flow Instance' containment reference list
 

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

Classes in edu.cmu.sei.aadl.model.instance.impl that implement EndToEndFlowInstance
 class EndToEndFlowInstanceImpl
          An implementation of the model object 'End To End Flow Instance'
 

Methods in edu.cmu.sei.aadl.model.instance.impl that return EndToEndFlowInstance
 EndToEndFlowInstance InstanceFactoryImpl.createEndToEndFlowInstance()
           
 EndToEndFlowInstance ComponentInstanceImpl.findEndToEndFlowInstance(EndToEndFlow ete)
          find the endtoendflow instance of this component instance
 

Methods in edu.cmu.sei.aadl.model.instance.impl with parameters of type EndToEndFlowInstance
 void ComponentInstanceImpl.addEndToEndFlowInstance(EndToEndFlowInstance newEndToEndFlowInstance)
          phf: add element to multiplicity EList
 

Uses of EndToEndFlowInstance in edu.cmu.sei.aadl.model.instance.util
 

Methods in edu.cmu.sei.aadl.model.instance.util with parameters of type EndToEndFlowInstance
 java.lang.Object InstanceSwitch.caseEndToEndFlowInstance(EndToEndFlowInstance object)
          Returns the result of interpretting the object as an instance of 'End To End Flow Instance'