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

Packages that use FlowPathImpl
edu.cmu.sei.aadl.model.flow   
edu.cmu.sei.aadl.model.flow.impl   
edu.cmu.sei.aadl.model.flow.util   
 

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

Methods in edu.cmu.sei.aadl.model.flow that return FlowPathImpl
 FlowPathImpl FlowFactory.createFlowPathImpl()
          Returns a new object of class 'Path Impl'
 

Methods in edu.cmu.sei.aadl.model.flow with parameters of type FlowPathImpl
 void Flows.addFlowPathImpl(FlowPathImpl value)
          Adds to the list the value of the 'Flow Path Impl' containment reference list
 

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

Classes in edu.cmu.sei.aadl.model.flow.impl that implement FlowPathImpl
 class FlowPathImplImpl
          An implementation of the model object 'Path Impl'
 

Methods in edu.cmu.sei.aadl.model.flow.impl that return FlowPathImpl
 FlowPathImpl FlowFactoryImpl.createFlowPathImpl()
           
 

Methods in edu.cmu.sei.aadl.model.flow.impl with parameters of type FlowPathImpl
 void FlowsImpl.addFlowPathImpl(FlowPathImpl newFlowPathImpl)
          phf: add element to multiplicity EList
 

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

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