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

Packages that use Run
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.ares.validation   
org.eclipse.amp.amf.testing.ide   
 

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

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

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

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

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

Methods in org.eclipse.amp.amf.testing.ares.impl that return Run
 Run AresFactoryImpl.createRun()
           
 

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

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

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

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

Method parameters in org.eclipse.amp.amf.testing.ares.validation with type arguments of type Run
 boolean RunSetValidator.validateRuns(org.eclipse.emf.common.util.EList<Run> value)
           
 

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

Methods in org.eclipse.amp.amf.testing.ide that return Run
 Run TestRun.getRun()