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

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

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

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

Methods in edu.cmu.sei.aadl.model.flow with parameters of type FlowElement
 void FlowSequence.addFlowElement(FlowElement value)
          Adds to the list the value of the 'Flow Element' containment reference list
 

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

Classes in edu.cmu.sei.aadl.model.flow.impl that implement FlowElement
 class FlowElementImpl
          An implementation of the model object 'Element'
 

Methods in edu.cmu.sei.aadl.model.flow.impl that return FlowElement
 FlowElement FlowFactoryImpl.createFlowElement()
           
 

Methods in edu.cmu.sei.aadl.model.flow.impl with parameters of type FlowElement
 void FlowSequenceImpl.addFlowElement(FlowElement newFlowElement)
          phf: add element to multiplicity EList
 

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

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