Uses of Interface
org.eclipse.amp.amf.parameters.aPar.Parameter

Packages that use Parameter
org.eclipse.amp.amf.parameters   
org.eclipse.amp.amf.parameters.aPar   
org.eclipse.amp.amf.parameters.aPar.impl   
org.eclipse.amp.amf.parameters.aPar.util   
org.eclipse.amp.amf.testing.ares   
org.eclipse.amp.amf.testing.ares.impl   
org.eclipse.amp.amf.testing.ares.validation   
 

Uses of Parameter in org.eclipse.amp.amf.parameters
 

Methods in org.eclipse.amp.amf.parameters that return types with arguments of type Parameter
 java.util.List<Parameter> AParInterpreter.getParameters()
           
 

Uses of Parameter in org.eclipse.amp.amf.parameters.aPar
 

Methods in org.eclipse.amp.amf.parameters.aPar that return Parameter
 Parameter AParFactory.createParameter()
          Returns a new object of class 'Parameter'.
 

Methods in org.eclipse.amp.amf.parameters.aPar that return types with arguments of type Parameter
 org.eclipse.emf.common.util.EList<Parameter> Model.getParameters()
          Returns the value of the 'Parameters' containment reference list.
 

Uses of Parameter in org.eclipse.amp.amf.parameters.aPar.impl
 

Classes in org.eclipse.amp.amf.parameters.aPar.impl that implement Parameter
 class ParameterImpl
          An implementation of the model object 'Parameter'.
 

Methods in org.eclipse.amp.amf.parameters.aPar.impl that return Parameter
 Parameter AParFactoryImpl.createParameter()
           
 

Methods in org.eclipse.amp.amf.parameters.aPar.impl that return types with arguments of type Parameter
 org.eclipse.emf.common.util.EList<Parameter> ModelImpl.getParameters()
           
 

Uses of Parameter in org.eclipse.amp.amf.parameters.aPar.util
 

Methods in org.eclipse.amp.amf.parameters.aPar.util with parameters of type Parameter
 T AParSwitch.caseParameter(Parameter object)
          Returns the result of interpreting the object as an instance of 'Parameter'.
 

Uses of Parameter in org.eclipse.amp.amf.testing.ares
 

Methods in org.eclipse.amp.amf.testing.ares that return types with arguments of type Parameter
 org.eclipse.emf.common.util.EList<Parameter> Run.getParameters()
          Returns the value of the 'Parameters' containment reference list.
 

Uses of Parameter in org.eclipse.amp.amf.testing.ares.impl
 

Methods in org.eclipse.amp.amf.testing.ares.impl that return types with arguments of type Parameter
 org.eclipse.emf.common.util.EList<Parameter> RunImpl.getParameters()
           
 

Uses of Parameter in org.eclipse.amp.amf.testing.ares.validation
 

Method parameters in org.eclipse.amp.amf.testing.ares.validation with type arguments of type Parameter
 boolean RunValidator.validateParameters(org.eclipse.emf.common.util.EList<Parameter> value)