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

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

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

Methods in edu.cmu.sei.aadl.aadl2.instance that return EndToEndFlowInstance
 EndToEndFlowInstance ComponentInstance.createEndToEndFlow()
          Creates a new EndToEndFlowInstance and appends it to the 'End To End Flow' containment reference list
 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.aadl2.instance that return types with arguments of type EndToEndFlowInstance
 org.eclipse.emf.common.util.EList<EndToEndFlowInstance> ComponentInstance.getEndToEndFlows()
          Returns the value of the 'End To End Flow' containment reference list.
 

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

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

Fields in edu.cmu.sei.aadl.aadl2.instance.impl with type parameters of type EndToEndFlowInstance
protected  org.eclipse.emf.common.util.EList<EndToEndFlowInstance> ComponentInstanceImpl.endToEndFlows
          The cached value of the 'End To End Flow' containment reference list
 

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

Methods in edu.cmu.sei.aadl.aadl2.instance.impl that return types with arguments of type EndToEndFlowInstance
 org.eclipse.emf.common.util.EList<EndToEndFlowInstance> ComponentInstanceImpl.getEndToEndFlows()
           
 

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

Methods in edu.cmu.sei.aadl.aadl2.instance.util with parameters of type EndToEndFlowInstance
 T InstanceSwitch.caseEndToEndFlowInstance(EndToEndFlowInstance object)
          Returns the result of interpreting the object as an instance of 'End To End Flow Instance'
 

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

Methods in edu.cmu.sei.aadl.instance with parameters of type EndToEndFlowInstance
protected  void CreateEndToEndFlowsSwitch.fillinModes(EndToEndFlowInstance etei)
           
protected  void CreateEndToEndFlowsSwitch.processETE(ComponentInstance ci, EndToEndFlowInstance etei, EndToEndFlow ete)
           
protected  void CreateEndToEndFlowsSwitch.processETEElement(ComponentInstance ci, EndToEndFlowInstance etei, EndToEndFlowElement fe, edu.cmu.sei.aadl.instance.CreateEndToEndFlowsSwitch.FlowIterator iter, NamedElement errorElement)
          Add all flow instances that continue through the next flow element.
protected  boolean CreateEndToEndFlowsSwitch.processFlowImpl(ComponentInstance ci, EndToEndFlowInstance etei, FlowImplementation flowImpl)
          Continue the current ETE instance with a flow implementation.
protected  void CreateEndToEndFlowsSwitch.processFlowStep(ComponentInstance ci, EndToEndFlowInstance etei, EndToEndFlowElement leaf, edu.cmu.sei.aadl.instance.CreateEndToEndFlowsSwitch.FlowIterator iter)
          Add all ETE instances that continue through a given leaf flow element.
protected  void CreateEndToEndFlowsSwitch.processSubcomponentFlow(ComponentInstance ci, EndToEndFlowInstance etei, SubcomponentFlow subFlow, edu.cmu.sei.aadl.instance.CreateEndToEndFlowsSwitch.FlowIterator iter)
          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