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

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

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

Methods in edu.cmu.sei.aadl.model.flow that return FlowPathSpec
 FlowPathSpec FlowFactory.createFlowPathSpec()
          Returns a new object of class 'Path Spec'
 FlowPathSpec FlowPathImpl.getImplement()
          Returns the value of the 'Implement' reference
 

Methods in edu.cmu.sei.aadl.model.flow with parameters of type FlowPathSpec
 void FlowSpecs.addFlowPathSpec(FlowPathSpec value)
          Adds to the list the value of the 'Flow Path Spec' containment reference list
 void FlowPathImpl.setImplement(FlowPathSpec value)
          Sets the value of the 'Implement' reference
 

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

Classes in edu.cmu.sei.aadl.model.flow.impl that implement FlowPathSpec
 class FlowPathSpecImpl
          An implementation of the model object 'Path Spec'
 

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

Methods in edu.cmu.sei.aadl.model.flow.impl that return FlowPathSpec
 FlowPathSpec FlowPathImplImpl.basicGetImplement()
           
 FlowPathSpec FlowFactoryImpl.createFlowPathSpec()
           
 FlowPathSpec FlowPathImplImpl.getImplement()
           
 

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

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

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