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

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

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

Subinterfaces of FlowElementInstance in edu.cmu.sei.aadl.aadl2.instance
 interface ComponentInstance
          A representation of the model object 'Component Instance'
 interface ConnectionInstance
          A representation of the model object 'Connection Instance'
 interface FlowSpecificationInstance
          A representation of the model object 'Flow Specification Instance'
 interface SystemInstance
          A representation of the model object ' System Instance'.
 

Methods in edu.cmu.sei.aadl.aadl2.instance that return types with arguments of type FlowElementInstance
 org.eclipse.emf.common.util.EList<FlowElementInstance> EndToEndFlowInstance.getFlowElements()
          Returns the value of the 'Flow Element' reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.instance.impl that implement FlowElementInstance
 class ComponentInstanceImpl
          An implementation of the model object 'Component Instance'
 class ConnectionInstanceImpl
          An implementation of the model object 'Connection Instance'
 class FlowElementInstanceImpl
          An implementation of the model object 'Flow Element Instance'
 class FlowSpecificationInstanceImpl
          An implementation of the model object 'Flow Specification Instance'
 class SystemInstanceImpl
          An implementation of the model object ' System Instance'.
 

Fields in edu.cmu.sei.aadl.aadl2.instance.impl with type parameters of type FlowElementInstance
protected  org.eclipse.emf.common.util.EList<FlowElementInstance> EndToEndFlowInstanceImpl.flowElements
          The cached value of the 'Flow Element' reference list
 

Methods in edu.cmu.sei.aadl.aadl2.instance.impl that return types with arguments of type FlowElementInstance
 org.eclipse.emf.common.util.EList<FlowElementInstance> EndToEndFlowInstanceImpl.getFlowElements()
           
 

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

Methods in edu.cmu.sei.aadl.aadl2.instance.util with parameters of type FlowElementInstance
 T InstanceSwitch.caseFlowElementInstance(FlowElementInstance object)
          Returns the result of interpreting the object as an instance of 'Flow Element Instance'