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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return FlowImplementation
 FlowImplementation Aadl2Factory.createFlowImplementation()
          Returns a new object of class 'Flow Implementation'
 FlowImplementation ComponentImplementation.createOwnedFlowImplementation()
          Creates a new FlowImplementation and appends it to the 'Owned Flow Implementation' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type FlowImplementation
 org.eclipse.emf.common.util.EList<FlowImplementation> ComponentImplementation.getAllFlowImplementations()
          Get all flow implementations, including inherited.
 org.eclipse.emf.common.util.EList<FlowImplementation> ComponentImplementation.getOwnedFlowImplementations()
          Returns the value of the 'Owned Flow Implementation' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement FlowImplementation
 class FlowImplementationImpl
          An implementation of the model object 'Flow Implementation'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return FlowImplementation
 FlowImplementation Aadl2FactoryImpl.createFlowImplementation()
           
 FlowImplementation ComponentImplementationImpl.createOwnedFlowImplementation()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type FlowImplementation
 org.eclipse.emf.common.util.EList<FlowImplementation> ComponentImplementationImpl.getAllFlowImplementations()
           
 org.eclipse.emf.common.util.EList<FlowImplementation> ComponentImplementationImpl.getOwnedFlowImplementations()
           
 

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

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type FlowImplementation
 T Aadl2Switch.caseFlowImplementation(FlowImplementation object)
          Returns the result of interpreting the object as an instance of 'Flow Implementation'
 boolean Aadl2Validator.validateFlowImplementation(FlowImplementation flowImplementation, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

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

Methods in edu.cmu.sei.aadl.instance with parameters of type FlowImplementation
protected  boolean CreateEndToEndFlowsSwitch.processFlowImpl(ComponentInstance ci, EndToEndFlowInstance etei, FlowImplementation flowImpl)
          Continue the current ETE instance with a flow implementation.
 

Uses of FlowImplementation in edu.cmu.sei.aadl.modelsupport.util
 

Methods in edu.cmu.sei.aadl.modelsupport.util with parameters of type FlowImplementation
static boolean AadlUtil.canImplement(FlowImplementation fi, FlowSpecification fs)
          Check whether the flow specification and flow implementation are both flow paths, flow sources, or flow sinks