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

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

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

Methods in edu.cmu.sei.aadl.model.instance that return FlowSpecInstance
 FlowSpecInstance InstanceFactory.createFlowSpecInstance()
          Returns a new object of class 'Flow Spec Instance'
 FlowSpecInstance ComponentInstance.findFlowSpecInstance(FeatureInstance srcFeatureInstance)
          find the flowspec instance of this component instance
 FlowSpecInstance ComponentInstance.findFlowSpecInstance(FlowSpec flowspec)
          find the flowspec instance of this component instance
 

Methods in edu.cmu.sei.aadl.model.instance with parameters of type FlowSpecInstance
 void FeatureInstance.addDstFlowSpec(FlowSpecInstance value)
          Adds to the list the value of the 'Dst Flow Spec' reference list
 void ComponentInstance.addFlowSpecInstance(FlowSpecInstance value)
          Adds to the list the value of the 'Flow Spec Instance' containment reference list
 void FeatureInstance.addSrcFlowSpec(FlowSpecInstance value)
          Adds to the list the value of the 'Src Flow Spec' reference list
 

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

Classes in edu.cmu.sei.aadl.model.instance.impl that implement FlowSpecInstance
 class FlowSpecInstanceImpl
          An implementation of the model object 'Flow Spec Instance'
 

Methods in edu.cmu.sei.aadl.model.instance.impl that return FlowSpecInstance
 FlowSpecInstance InstanceFactoryImpl.createFlowSpecInstance()
           
 FlowSpecInstance ComponentInstanceImpl.findFlowSpecInstance(FeatureInstance srcFeatureInstance)
          find the flowspec instance of this component instance
 FlowSpecInstance ComponentInstanceImpl.findFlowSpecInstance(FlowSpec flowspec)
          find the flowspec instance of this component instance
 

Methods in edu.cmu.sei.aadl.model.instance.impl with parameters of type FlowSpecInstance
 void FeatureInstanceImpl.addDstFlowSpec(FlowSpecInstance newDstFlowSpec)
          phf: add element to multiplicity EList
 void ComponentInstanceImpl.addFlowSpecInstance(FlowSpecInstance newFlowSpecInstance)
          phf: add element to multiplicity EList
 void FeatureInstanceImpl.addSrcFlowSpec(FlowSpecInstance newSrcFlowSpec)
          phf: add element to multiplicity EList
 

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

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