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

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

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

Methods in edu.cmu.sei.aadl.aadl2.instance that return FlowSpecificationInstance
 FlowSpecificationInstance ComponentInstance.createFlowSpecification()
          Creates a new FlowSpecificationInstance and appends it to the 'Flow Specification' containment reference list
 FlowSpecificationInstance InstanceFactory.createFlowSpecificationInstance()
          Returns a new object of class 'Flow Specification Instance'
 FlowSpecificationInstance ComponentInstance.findFlowSpecInstance(FlowSpecification flowspec)
          find the flowspec instance of this component instance
 

Methods in edu.cmu.sei.aadl.aadl2.instance that return types with arguments of type FlowSpecificationInstance
 org.eclipse.emf.common.util.EList<FlowSpecificationInstance> FeatureInstance.getDstFlowSpecs()
          Returns the value of the 'Dst Flow Spec' reference list.
 org.eclipse.emf.common.util.EList<FlowSpecificationInstance> ComponentInstance.getFlowSpecifications()
          Returns the value of the 'Flow Specification' containment reference list.
 org.eclipse.emf.common.util.EList<FlowSpecificationInstance> FeatureInstance.getSrcFlowSpecs()
          Returns the value of the 'Src Flow Spec' reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.instance.impl that implement FlowSpecificationInstance
 class FlowSpecificationInstanceImpl
          An implementation of the model object 'Flow Specification Instance'
 

Fields in edu.cmu.sei.aadl.aadl2.instance.impl with type parameters of type FlowSpecificationInstance
protected  org.eclipse.emf.common.util.EList<FlowSpecificationInstance> FeatureInstanceImpl.dstFlowSpecs
          The cached value of the 'Dst Flow Spec' reference list
protected  org.eclipse.emf.common.util.EList<FlowSpecificationInstance> ComponentInstanceImpl.flowSpecifications
          The cached value of the 'Flow Specification' containment reference list
protected  org.eclipse.emf.common.util.EList<FlowSpecificationInstance> FeatureInstanceImpl.srcFlowSpecs
          The cached value of the 'Src Flow Spec' reference list
 

Methods in edu.cmu.sei.aadl.aadl2.instance.impl that return FlowSpecificationInstance
 FlowSpecificationInstance ComponentInstanceImpl.createFlowSpecification()
           
 FlowSpecificationInstance InstanceFactoryImpl.createFlowSpecificationInstance()
           
 FlowSpecificationInstance ComponentInstanceImpl.findFlowSpecInstance(FlowSpecification flowspec)
          find the flowspec instance of this component instance
 

Methods in edu.cmu.sei.aadl.aadl2.instance.impl that return types with arguments of type FlowSpecificationInstance
 org.eclipse.emf.common.util.EList<FlowSpecificationInstance> FeatureInstanceImpl.getDstFlowSpecs()
           
 org.eclipse.emf.common.util.EList<FlowSpecificationInstance> ComponentInstanceImpl.getFlowSpecifications()
           
 org.eclipse.emf.common.util.EList<FlowSpecificationInstance> FeatureInstanceImpl.getSrcFlowSpecs()
           
 

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

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