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

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

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

Subinterfaces of FlowSequence in edu.cmu.sei.aadl.model.flow
 interface EndToEndFlow
          A representation of the model object 'End To End Flow'
 interface FlowImpl
          A representation of the model object 'Impl'
 interface FlowPathImpl
          A representation of the model object 'Path Impl'
 interface FlowSinkImpl
          A representation of the model object 'Sink Impl'
 interface FlowSourceImpl
          A representation of the model object 'Source Impl'
 

Methods in edu.cmu.sei.aadl.model.flow that return FlowSequence
 FlowSequence FlowFactory.createFlowSequence()
          Returns a new object of class 'Sequence'
 FlowSequence FlowSequence.getRefines()
          Returns the value of the 'Refines' reference
 

Methods in edu.cmu.sei.aadl.model.flow with parameters of type FlowSequence
 void FlowSequence.setRefines(FlowSequence value)
          Sets the value of the 'Refines' reference
 

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

Classes in edu.cmu.sei.aadl.model.flow.impl that implement FlowSequence
 class EndToEndFlowImpl
          An implementation of the model object 'End To End Flow'
 class FlowImplImpl
          An implementation of the model object 'Impl'
 class FlowPathImplImpl
          An implementation of the model object 'Path Impl'
 class FlowSequenceImpl
          An implementation of the model object 'Sequence'
 class FlowSinkImplImpl
          An implementation of the model object 'Sink Impl'
 class FlowSourceImplImpl
          An implementation of the model object 'Source Impl'
 

Fields in edu.cmu.sei.aadl.model.flow.impl declared as FlowSequence
protected  FlowSequence FlowSequenceImpl.refines
          The cached value of the 'Refines' reference
 

Methods in edu.cmu.sei.aadl.model.flow.impl that return FlowSequence
 FlowSequence FlowSequenceImpl.basicGetRefines()
           
 FlowSequence FlowFactoryImpl.createFlowSequence()
           
 FlowSequence FlowSequenceImpl.getRefines()
           
 

Methods in edu.cmu.sei.aadl.model.flow.impl with parameters of type FlowSequence
 void FlowSequenceImpl.setRefines(FlowSequence newRefines)
          phf: we want an add version for EList
 

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

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