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

Packages that use Tests
org.eclipse.amp.amf.testing   
org.eclipse.amp.amf.testing.aTest   
org.eclipse.amp.amf.testing.aTest.impl   
org.eclipse.amp.amf.testing.aTest.util   
 

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

Methods in org.eclipse.amp.amf.testing with parameters of type Tests
static java.lang.String ATestInterpreter.convertURI(Tests tests)
           
 

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

Methods in org.eclipse.amp.amf.testing.aTest that return Tests
 Tests ATestFactory.createTests()
          Returns a new object of class 'Tests'.
 Tests Model.getTests()
          Returns the value of the 'Tests' containment reference.
 

Methods in org.eclipse.amp.amf.testing.aTest with parameters of type Tests
 void Model.setTests(Tests value)
          Sets the value of the 'Tests' containment reference.
 

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

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

Methods in org.eclipse.amp.amf.testing.aTest.impl that return Tests
 Tests ATestFactoryImpl.createTests()
           
 Tests ModelImpl.getTests()
           
 

Methods in org.eclipse.amp.amf.testing.aTest.impl with parameters of type Tests
 org.eclipse.emf.common.notify.NotificationChain ModelImpl.basicSetTests(Tests newTests, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ModelImpl.setTests(Tests newTests)
           
 

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

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