Uses of Class
org.softevo.ample.eval.XMLPatternFileReader

Packages that use XMLPatternFileReader
org.softevo.ample   
org.softevo.ample.eval   
 

Uses of XMLPatternFileReader in org.softevo.ample
 

Methods in org.softevo.ample that return XMLPatternFileReader
protected  XMLPatternFileReader AmpleLauncher.runTest(org.eclipse.jdt.internal.junit.ui.TestRunInfo testRun, org.eclipse.jdt.launching.IVMInstall vm)
          This method executes a junit test.
 

Uses of XMLPatternFileReader in org.softevo.ample.eval
 

Fields in org.softevo.ample.eval declared as XMLPatternFileReader
private  XMLPatternFileReader AverageSequenceWeightEvaluator.failingTestPatternsReader
           
 

Constructors in org.softevo.ample.eval with parameters of type XMLPatternFileReader
AverageSequenceWeightEvaluator(XMLPatternFileReader failingTestPatterns, java.util.Vector passingTestPatterns)