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

Packages that use SingleParameter
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   
 

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

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

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

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

Methods in org.eclipse.amp.amf.parameters.aPar.impl that return SingleParameter
 SingleParameter AParFactoryImpl.createSingleParameter()
           
 

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

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

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

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

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

Fields in org.eclipse.amp.amf.testing.ares.impl with type parameters of type SingleParameter
protected  org.eclipse.emf.common.util.EList<SingleParameter> RunImpl.parameters
          The cached value of the 'Parameters' containment reference list.
 

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