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.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
 

Subinterfaces of Parameter in org.eclipse.amp.amf.parameters.aPar
 interface SingleParameter
          A representation of the model object 'Single Parameter'.
 interface SweepLink
          A representation of the model object 'Sweep Link'.
 interface SweepParameter
          A representation of the model object 'Sweep Parameter'.
 

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> SweepLink.getParameters()
          Returns the value of the 'Parameters' containment reference list.
 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'.
 class SingleParameterImpl
          An implementation of the model object 'Single Parameter'.
 class SweepLinkImpl
          An implementation of the model object 'Sweep Link'.
 class SweepParameterImpl
          An implementation of the model object 'Sweep Parameter'.
 

Fields in org.eclipse.amp.amf.parameters.aPar.impl with type parameters of type Parameter
protected  org.eclipse.emf.common.util.EList<Parameter> SweepLinkImpl.parameters
          The cached value of the 'Parameters' containment reference list.
protected  org.eclipse.emf.common.util.EList<Parameter> ModelImpl.parameters
          The cached value of the 'Parameters' containment reference list.
 

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> SweepLinkImpl.getParameters()
           
 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.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)