Uses of Interface
edu.cmu.sei.aadl.model.instance.FlowElementInstance

Packages that use FlowElementInstance
edu.cmu.sei.aadl.model.instance   
edu.cmu.sei.aadl.model.instance.impl   
edu.cmu.sei.aadl.model.instance.util   
 

Uses of FlowElementInstance in edu.cmu.sei.aadl.model.instance
 

Subinterfaces of FlowElementInstance in edu.cmu.sei.aadl.model.instance
 interface AccessConnectionInstance
          A representation of the model object 'Access Connection Instance'
 interface ConnectionInstance
          A representation of the model object 'Connection Instance'
 interface FlowSpecInstance
          A representation of the model object 'Flow Spec Instance'
 interface ModeTransitionConnectionInstance
          A representation of the model object 'Mode Transition Connection Instance'
 interface PortConnectionInstance
          A representation of the model object 'Abstract Port Connection Instance'
 

Methods in edu.cmu.sei.aadl.model.instance that return FlowElementInstance
 FlowElementInstance InstanceFactory.createFlowElementInstance()
          Returns a new object of class 'Flow Element Instance'
 

Methods in edu.cmu.sei.aadl.model.instance with parameters of type FlowElementInstance
 void EndToEndFlowInstance.addFlowElementInstance(FlowElementInstance value)
          Adds to the list the value of the 'Flow Element Instance' reference list
 

Uses of FlowElementInstance in edu.cmu.sei.aadl.model.instance.impl
 

Classes in edu.cmu.sei.aadl.model.instance.impl that implement FlowElementInstance
 class AccessConnectionInstanceImpl
          An implementation of the model object 'Access Connection Instance'
 class ConnectionInstanceImpl
          An implementation of the model object 'Connection Instance'
 class FlowElementInstanceImpl
          An implementation of the model object 'Flow Element Instance'
 class FlowSpecInstanceImpl
          An implementation of the model object 'Flow Spec Instance'
 class ModeTransitionConnectionInstanceImpl
          An implementation of the model object 'Mode Transition Connection Instance'
 class PortConnectionInstanceImpl
          An implementation of the model object 'Abstract Port Connection Instance'
 

Methods in edu.cmu.sei.aadl.model.instance.impl that return FlowElementInstance
 FlowElementInstance InstanceFactoryImpl.createFlowElementInstance()
           
 

Methods in edu.cmu.sei.aadl.model.instance.impl with parameters of type FlowElementInstance
 void EndToEndFlowInstanceImpl.addFlowElementInstance(FlowElementInstance newFlowElementInstance)
          phf: add element to multiplicity EList
 

Uses of FlowElementInstance in edu.cmu.sei.aadl.model.instance.util
 

Methods in edu.cmu.sei.aadl.model.instance.util with parameters of type FlowElementInstance
 java.lang.Object InstanceSwitch.caseFlowElementInstance(FlowElementInstance object)
          Returns the result of interpretting the object as an instance of 'Flow Element Instance'