Uses of Interface
edu.cmu.sei.aadl.aadl2.EndToEndFlow

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return EndToEndFlow
 EndToEndFlow Aadl2Factory.createEndToEndFlow()
          Returns a new object of class 'End To End Flow'
 EndToEndFlow ComponentImplementation.createOwnedEndToEndFlow()
          Creates a new EndToEndFlow and appends it to the 'Owned End To End Flow' containment reference list
 EndToEndFlow EndToEndFlow.getRefined()
          Returns the value of the 'Refined' reference.
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type EndToEndFlow
 org.eclipse.emf.common.util.EList<EndToEndFlow> ComponentImplementation.getAllEndToEndFlows()
          Get all end to end flows, including inherited.
 org.eclipse.emf.common.util.EList<EndToEndFlow> ComponentImplementation.getOwnedEndToEndFlows()
          Returns the value of the 'Owned End To End Flow' containment reference list.
 

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type EndToEndFlow
 void EndToEndFlow.setRefined(EndToEndFlow value)
          Sets the value of the 'Refined' reference
 

Uses of EndToEndFlow in edu.cmu.sei.aadl.aadl2.impl
 

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

Fields in edu.cmu.sei.aadl.aadl2.impl declared as EndToEndFlow
protected  EndToEndFlow EndToEndFlowImpl.refined
          The cached value of the 'Refined' reference
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return EndToEndFlow
 EndToEndFlow EndToEndFlowImpl.basicGetRefined()
           
 EndToEndFlow Aadl2FactoryImpl.createEndToEndFlow()
           
 EndToEndFlow ComponentImplementationImpl.createOwnedEndToEndFlow()
           
 EndToEndFlow EndToEndFlowImpl.getRefined()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type EndToEndFlow
 org.eclipse.emf.common.util.EList<EndToEndFlow> ComponentImplementationImpl.getAllEndToEndFlows()
          get list of all end to end flows of a component impl, including ancestor features In case of refined end to end flows the refined end to end flow is returned in the list.
 org.eclipse.emf.common.util.EList<EndToEndFlow> ComponentImplementationImpl.getOwnedEndToEndFlows()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type EndToEndFlow
 void EndToEndFlowImpl.setRefined(EndToEndFlow newRefined)
           
 

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

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

Methods in edu.cmu.sei.aadl.aadl2.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.aadl2.instance.impl
 

Fields in edu.cmu.sei.aadl.aadl2.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.aadl2.instance.impl that return EndToEndFlow
 EndToEndFlow EndToEndFlowInstanceImpl.basicGetEndToEndFlow()
           
 EndToEndFlow EndToEndFlowInstanceImpl.getEndToEndFlow()
           
 

Methods in edu.cmu.sei.aadl.aadl2.instance.impl that return types with arguments of type EndToEndFlow
 java.util.List<EndToEndFlow> EndToEndFlowInstanceImpl.getInstantiatedObjects()
           
 

Methods in edu.cmu.sei.aadl.aadl2.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)
           
 

Uses of EndToEndFlow in edu.cmu.sei.aadl.aadl2.util
 

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type EndToEndFlow
 T Aadl2Switch.caseEndToEndFlow(EndToEndFlow object)
          Returns the result of interpreting the object as an instance of 'End To End Flow'
 boolean Aadl2Validator.validateEndToEndFlow(EndToEndFlow endToEndFlow, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

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

Methods in edu.cmu.sei.aadl.instance with parameters of type EndToEndFlow
protected  void CreateEndToEndFlowsSwitch.instantiateEndToEndFlow(ComponentInstance ci, EndToEndFlow ete, java.util.HashMap<EndToEndFlow,java.util.List<edu.cmu.sei.aadl.instance.CreateEndToEndFlowsSwitch.ETEInfo>> ete2info)
           
protected  void CreateEndToEndFlowsSwitch.processETE(ComponentInstance ci, EndToEndFlowInstance etei, EndToEndFlow ete)
           
 

Method parameters in edu.cmu.sei.aadl.instance with type arguments of type EndToEndFlow
protected  void CreateEndToEndFlowsSwitch.instantiateEndToEndFlow(ComponentInstance ci, EndToEndFlow ete, java.util.HashMap<EndToEndFlow,java.util.List<edu.cmu.sei.aadl.instance.CreateEndToEndFlowsSwitch.ETEInfo>> ete2info)