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

Packages that use FlowImpl
edu.cmu.sei.aadl.instance   
edu.cmu.sei.aadl.model.core   
edu.cmu.sei.aadl.model.core.impl This package contains interfaces and classes that represent the abstract component objects as well as the pacakge concepts. 
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.util   
 

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

Methods in edu.cmu.sei.aadl.instance with parameters of type FlowImpl
protected  void CreateEndToEndFlowsSwitch.doProcessFlowImpl(EndToEndFlowInstance etei, ComponentInstance ci, FlowImpl fsq)
          instantiate a flow implementation by recursively processing its flow specifications
 

Uses of FlowImpl in edu.cmu.sei.aadl.model.core
 

Methods in edu.cmu.sei.aadl.model.core that return FlowImpl
 FlowImpl ComponentImpl.getAllFlowImpl(FlowSpec flowSpec, Mode mode)
          get the flow implementation for a given flow specification in the given mode.
 

Uses of FlowImpl in edu.cmu.sei.aadl.model.core.impl
 

Methods in edu.cmu.sei.aadl.model.core.impl that return FlowImpl
 FlowImpl ComponentImplImpl.getAllFlowImpl(FlowSpec flowSpec, Mode mode)
           
 

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

Subinterfaces of FlowImpl in edu.cmu.sei.aadl.model.flow
 interface FlowPathImpl
          A representation of the model object 'Path Impl'
 interface FlowSinkImpl
          A representation of the model object 'Sink Impl'
 interface FlowSourceImpl
          A representation of the model object 'Source Impl'
 

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

Classes in edu.cmu.sei.aadl.model.flow.impl that implement FlowImpl
 class FlowImplImpl
          An implementation of the model object 'Impl'
 class FlowPathImplImpl
          An implementation of the model object 'Path Impl'
 class FlowSinkImplImpl
          An implementation of the model object 'Sink Impl'
 class FlowSourceImplImpl
          An implementation of the model object 'Source Impl'
 

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

Methods in edu.cmu.sei.aadl.model.flow.util with parameters of type FlowImpl
 java.lang.Object FlowSwitch.caseFlowImpl(FlowImpl object)
          Returns the result of interpretting the object as an instance of 'Impl'
 

Uses of FlowImpl in edu.cmu.sei.aadl.model.util
 

Methods in edu.cmu.sei.aadl.model.util with parameters of type FlowImpl
static boolean AadlUtil.canImplement(FlowImpl fi, FlowSpec fs)
          Check whether the flow spec and flow impl are both flow paths, flow sources, or flow sinks