Uses of Interface
org.eclipse.amp.amf.testing.aTest.Model

Packages that use Model
org.eclipse.amp.amf.testing   
org.eclipse.amp.amf.testing.ares   
org.eclipse.amp.amf.testing.ares.impl   
org.eclipse.amp.amf.testing.ares.validation   
org.eclipse.amp.amf.testing.aTest   
org.eclipse.amp.amf.testing.aTest.impl   
org.eclipse.amp.amf.testing.aTest.util   
 

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

Methods in org.eclipse.amp.amf.testing that return Model
 Model ATestInterpreter.getModel()
           
 

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

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

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

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

Fields in org.eclipse.amp.amf.testing.ares.impl declared as Model
protected  Model RunImpl.test
          The cached value of the 'Test' reference.
 

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

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

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.validateTest(Model value)
           
 

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

Methods in org.eclipse.amp.amf.testing.aTest that return Model
 Model ATestFactory.createModel()
          Returns a new object of class 'Model'.
 

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

Classes in org.eclipse.amp.amf.testing.aTest.impl that implement Model
 class ModelImpl
          An implementation of the model object 'Model'.
 

Methods in org.eclipse.amp.amf.testing.aTest.impl that return Model
 Model ATestFactoryImpl.createModel()
           
 

Uses of Model in org.eclipse.amp.amf.testing.aTest.util
 

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