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

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

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

Methods in edu.cmu.sei.aadl.model.flow that return FlowSourceSpec
 FlowSourceSpec FlowFactory.createFlowSourceSpec()
          Returns a new object of class 'Source Spec'
 FlowSourceSpec FlowSourceImpl.getImplement()
          Returns the value of the 'Implement' reference
 

Methods in edu.cmu.sei.aadl.model.flow with parameters of type FlowSourceSpec
 void FlowSpecs.addFlowSourceSpec(FlowSourceSpec value)
          Adds to the list the value of the 'Flow Source Spec' containment reference list
 void FlowSourceImpl.setImplement(FlowSourceSpec value)
          Sets the value of the 'Implement' reference
 

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

Classes in edu.cmu.sei.aadl.model.flow.impl that implement FlowSourceSpec
 class FlowSourceSpecImpl
          An implementation of the model object 'Source Spec'
 

Fields in edu.cmu.sei.aadl.model.flow.impl declared as FlowSourceSpec
protected  FlowSourceSpec FlowSourceImplImpl.implement
          The cached value of the 'Implement' reference
 

Methods in edu.cmu.sei.aadl.model.flow.impl that return FlowSourceSpec
 FlowSourceSpec FlowSourceImplImpl.basicGetImplement()
           
 FlowSourceSpec FlowFactoryImpl.createFlowSourceSpec()
           
 FlowSourceSpec FlowSourceImplImpl.getImplement()
           
 

Methods in edu.cmu.sei.aadl.model.flow.impl with parameters of type FlowSourceSpec
 void FlowSpecsImpl.addFlowSourceSpec(FlowSourceSpec newFlowSourceSpec)
          phf: add element to multiplicity EList
 void FlowSourceImplImpl.setImplement(FlowSourceSpec newImplement)
          phf: we want an add version for EList
 

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

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