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

Packages that use Model
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 Model in org.eclipse.amp.amf.parameters
 

Methods in org.eclipse.amp.amf.parameters that return Model
 Model AParInterpreter.getModel()
           
 

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

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

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

Methods in org.eclipse.amp.amf.parameters.aPar.impl that return Model
 Model AParFactoryImpl.createModel()
           
 

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

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

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

Methods in org.eclipse.amp.amf.testing.ares that return Model
 Model Run.getParameterization()
          Returns the value of the 'Parameterization' reference.
 

Methods in org.eclipse.amp.amf.testing.ares with parameters of type Model
 void Run.setParameterization(Model value)
          Sets the value of the 'Parameterization' reference.
 

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

Methods in org.eclipse.amp.amf.testing.ares.impl that return Model
 Model RunImpl.basicGetParameterization()
           
 Model RunImpl.getParameterization()
           
 

Methods in org.eclipse.amp.amf.testing.ares.impl with parameters of type Model
 void RunImpl.setParameterization(Model newParameterization)
           
 

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

Methods in org.eclipse.amp.amf.testing.ares.validation with parameters of type Model
 boolean RunValidator.validateParameterization(Model value)