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

Packages that use FlowSpecs
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 FlowSpecs in edu.cmu.sei.aadl.model.core
 

Methods in edu.cmu.sei.aadl.model.core that return FlowSpecs
 FlowSpecs ComponentType.getFlowSpecs()
          Returns the value of the 'Flow Specs' containment reference
 FlowSpecs ComponentType.getFlowSpecs(boolean create)
          retrieve FlowSpecs object.
 

Methods in edu.cmu.sei.aadl.model.core with parameters of type FlowSpecs
 void ComponentType.setFlowSpecs(FlowSpecs value)
          Sets the value of the 'Flow Specs' containment reference
 

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

Fields in edu.cmu.sei.aadl.model.core.impl declared as FlowSpecs
protected  FlowSpecs ComponentTypeImpl.flowSpecs
          The cached value of the 'Flow Specs' containment reference
 

Methods in edu.cmu.sei.aadl.model.core.impl that return FlowSpecs
 FlowSpecs ComponentTypeImpl.getFlowSpecs()
           
 FlowSpecs ComponentTypeImpl.getFlowSpecs(boolean create)
          retrieve FlowSpecs object.
 

Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type FlowSpecs
 org.eclipse.emf.common.notify.NotificationChain ComponentTypeImpl.basicSetFlowSpecs(FlowSpecs newFlowSpecs, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ComponentTypeImpl.setFlowSpecs(FlowSpecs newFlowSpecs)
          phf: we want an add version for EList
 

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

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

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

Classes in edu.cmu.sei.aadl.model.flow.impl that implement FlowSpecs
 class FlowSpecsImpl
          An implementation of the model object 'Specs'
 

Methods in edu.cmu.sei.aadl.model.flow.impl that return FlowSpecs
 FlowSpecs FlowFactoryImpl.createFlowSpecs()
           
 

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

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