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

Packages that use Flows
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   
 

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

Methods in edu.cmu.sei.aadl.model.core that return Flows
 Flows ComponentImpl.getFlows()
          Returns the value of the 'Flows' containment reference
 Flows ComponentImpl.getFlows(boolean create)
          retrieve Flows object.
 

Methods in edu.cmu.sei.aadl.model.core with parameters of type Flows
 void ComponentImpl.setFlows(Flows value)
          Sets the value of the 'Flows' containment reference
 

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

Fields in edu.cmu.sei.aadl.model.core.impl declared as Flows
protected  Flows ComponentImplImpl.flows
          The cached value of the 'Flows' containment reference
 

Methods in edu.cmu.sei.aadl.model.core.impl that return Flows
 Flows ComponentImplImpl.getFlows()
           
 Flows ComponentImplImpl.getFlows(boolean create)
          retrieve Flows object.
 

Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type Flows
 org.eclipse.emf.common.notify.NotificationChain ComponentImplImpl.basicSetFlows(Flows newFlows, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ComponentImplImpl.setFlows(Flows newFlows)
          phf: we want an add version for EList
 

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

Methods in edu.cmu.sei.aadl.model.flow that return Flows
 Flows FlowFactory.createFlows()
          Returns a new object of class 'Flows'
 

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

Classes in edu.cmu.sei.aadl.model.flow.impl that implement Flows
 class FlowsImpl
          An implementation of the model object 's'
 

Methods in edu.cmu.sei.aadl.model.flow.impl that return Flows
 Flows FlowFactoryImpl.createFlows()
           
 

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

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