Uses of Interface
org.eclipse.amp.amf.testing.ares.RunSet

Packages that use RunSet
org.eclipse.amp.amf.testing.ares   
org.eclipse.amp.amf.testing.ares.impl   
org.eclipse.amp.amf.testing.ares.util   
org.eclipse.amp.amf.testing.ide   
 

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

Methods in org.eclipse.amp.amf.testing.ares that return RunSet
 RunSet AresFactory.createRunSet()
          Returns a new object of class 'Run Set'.
 

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

Classes in org.eclipse.amp.amf.testing.ares.impl that implement RunSet
 class RunSetImpl
          An implementation of the model object 'Run Set'.
 

Methods in org.eclipse.amp.amf.testing.ares.impl that return RunSet
 RunSet AresFactoryImpl.createRunSet()
           
 

Uses of RunSet in org.eclipse.amp.amf.testing.ares.util
 

Methods in org.eclipse.amp.amf.testing.ares.util with parameters of type RunSet
 T AresSwitch.caseRunSet(RunSet object)
          Returns the result of interpreting the object as an instance of 'Run Set'.
 

Uses of RunSet in org.eclipse.amp.amf.testing.ide
 

Methods in org.eclipse.amp.amf.testing.ide that return RunSet
 RunSet TestRunSet.getRunSet()
           
 

Constructors in org.eclipse.amp.amf.testing.ide with parameters of type RunSet
TestRun(TestRunSet testRunSet, RunSet runSet, org.eclipse.core.resources.IProject project, org.eclipse.emf.ecore.resource.Resource atestResource, IInterpreterProvider aParPool)