Uses of Class
weka.datagenerators.Test

Packages that use Test
weka.datagenerators   
 

Uses of Test in weka.datagenerators
 

Methods in weka.datagenerators that return Test
 Test Test.getNot()
          Negates the test.
 

Methods in weka.datagenerators with parameters of type Test
private  void RDG1.RuleList.addTest(Test newTest)
           
 boolean Test.equalTo(Test t)
          Compares the test with the test that is given as parameter.