Uses of Interface
edu.cmu.sei.aadl.aadl2.Parameter

Packages that use Parameter
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
 

Uses of Parameter in edu.cmu.sei.aadl.aadl2
 

Methods in edu.cmu.sei.aadl.aadl2 that return Parameter
 Parameter SubprogramType.createOwnedParameter()
          Creates a new Parameter and appends it to the 'Owned Parameter' containment reference list
 Parameter FeatureGroupType.createOwnedParameter()
          Creates a new Parameter and appends it to the 'Owned Parameter' containment reference list
 Parameter Aadl2Factory.createParameter()
          Returns a new object of class 'Parameter'
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type Parameter
 org.eclipse.emf.common.util.EList<Parameter> SubprogramType.getOwnedParameters()
          Returns the value of the 'Owned Parameter' containment reference list.
 org.eclipse.emf.common.util.EList<Parameter> FeatureGroupType.getOwnedParameters()
          Returns the value of the 'Owned Parameter' containment reference list.
 

Uses of Parameter in edu.cmu.sei.aadl.aadl2.impl
 

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

Methods in edu.cmu.sei.aadl.aadl2.impl that return Parameter
 Parameter SubprogramTypeImpl.createOwnedParameter()
           
 Parameter FeatureGroupTypeImpl.createOwnedParameter()
           
 Parameter Aadl2FactoryImpl.createParameter()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type Parameter
 org.eclipse.emf.common.util.EList<Parameter> SubprogramTypeImpl.getOwnedParameters()
           
 org.eclipse.emf.common.util.EList<Parameter> FeatureGroupTypeImpl.getOwnedParameters()
           
 

Uses of Parameter in edu.cmu.sei.aadl.aadl2.util
 

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type Parameter
 T Aadl2Switch.caseParameter(Parameter object)
          Returns the result of interpreting the object as an instance of 'Parameter'
 boolean Aadl2Validator.validateParameter(Parameter parameter, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)