nl.liacs.subdisc
Class XMLAutoRun

java.lang.Object
  extended by nl.liacs.subdisc.XMLAutoRun

public class XMLAutoRun
extends java.lang.Object


Nested Class Summary
static class XMLAutoRun.AutoRun
           
 
Constructor Summary
XMLAutoRun(SearchParameters theSearchParameters, Table theTable, XMLAutoRun.AutoRun theFileOption)
           
 
Method Summary
static boolean autoRunSetting(java.lang.String[] args)
          Loads an AutoRun File and runs a SubgroupDiscovery based on the information contained in the file.
static void save(SubgroupSet theSubgroupSet, java.lang.String theFileName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLAutoRun

public XMLAutoRun(SearchParameters theSearchParameters,
                  Table theTable,
                  XMLAutoRun.AutoRun theFileOption)
Method Detail

autoRunSetting

public static boolean autoRunSetting(java.lang.String[] args)
Loads an AutoRun File and runs a SubgroupDiscovery based on the information contained in the file.

Parameters:
args - the String[] containing the command-line parameters.
Returns:
true if the parameters are valid, false otherwise.

save

public static void save(SubgroupSet theSubgroupSet,
                        java.lang.String theFileName)