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

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

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

Methods in edu.cmu.sei.aadl.model.flow that return FlowSinkImpl
 FlowSinkImpl FlowFactory.createFlowSinkImpl()
          Returns a new object of class 'Sink Impl'
 

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

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

Classes in edu.cmu.sei.aadl.model.flow.impl that implement FlowSinkImpl
 class FlowSinkImplImpl
          An implementation of the model object 'Sink Impl'
 

Methods in edu.cmu.sei.aadl.model.flow.impl that return FlowSinkImpl
 FlowSinkImpl FlowFactoryImpl.createFlowSinkImpl()
           
 

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

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

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