Uses of Interface
edu.cmu.sei.aadl.model.feature.Parameter

Packages that use Parameter
edu.cmu.sei.aadl.model.core   
edu.cmu.sei.aadl.model.core.impl This package contains interfaces and classes that represent the abstract component objects as well as the pacakge concepts. 
edu.cmu.sei.aadl.model.feature   
edu.cmu.sei.aadl.model.feature.impl   
edu.cmu.sei.aadl.model.feature.util   
 

Uses of Parameter in edu.cmu.sei.aadl.model.core
 

Methods in edu.cmu.sei.aadl.model.core with parameters of type Parameter
 void RefinesType.addParameter(Parameter value)
          Adds to the list the value of the 'Parameter' containment reference list
 

Uses of Parameter in edu.cmu.sei.aadl.model.core.impl
 

Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type Parameter
 void RefinesTypeImpl.addParameter(Parameter newParameter)
          phf: add element to multiplicity EList
 

Uses of Parameter in edu.cmu.sei.aadl.model.feature
 

Methods in edu.cmu.sei.aadl.model.feature that return Parameter
 Parameter FeatureFactory.createParameter()
          Returns a new object of class 'Parameter'
 Parameter Parameter.getRefines()
          Returns the value of the 'Refines' reference
 

Methods in edu.cmu.sei.aadl.model.feature with parameters of type Parameter
 void SubprogramFeatures.addParameter(Parameter value)
          Adds to the list the value of the 'Parameter' containment reference list
 void Parameter.setRefines(Parameter value)
          Sets the value of the 'Refines' reference
 

Uses of Parameter in edu.cmu.sei.aadl.model.feature.impl
 

Classes in edu.cmu.sei.aadl.model.feature.impl that implement Parameter
 class ParameterImpl
          An implementation of the model object 'Parameter'
 

Fields in edu.cmu.sei.aadl.model.feature.impl declared as Parameter
protected  Parameter ParameterImpl.refines
          The cached value of the 'Refines' reference
 

Methods in edu.cmu.sei.aadl.model.feature.impl that return Parameter
 Parameter ParameterImpl.basicGetRefines()
           
 Parameter FeatureFactoryImpl.createParameter()
           
 Parameter ParameterImpl.getRefines()
           
 

Methods in edu.cmu.sei.aadl.model.feature.impl with parameters of type Parameter
 void SubprogramFeaturesImpl.addParameter(Parameter newParameter)
          phf: add element to multiplicity EList
 void ParameterImpl.setRefines(Parameter newRefines)
          phf: we want an add version for EList
 

Uses of Parameter in edu.cmu.sei.aadl.model.feature.util
 

Methods in edu.cmu.sei.aadl.model.feature.util with parameters of type Parameter
 java.lang.Object FeatureSwitch.caseParameter(Parameter object)
          Returns the result of interpretting the object as an instance of 'Parameter'