edu.cmu.minorthird.classify
Class UI.DataClassificationTask.GUIParams

java.lang.Object
  extended by edu.cmu.minorthird.util.BasicCommandLineProcessor
      extended by edu.cmu.minorthird.classify.UI.DataClassificationTask.GUIParams
All Implemented Interfaces:
CommandLineProcessor, Saveable
Enclosing class:
UI.DataClassificationTask

protected class UI.DataClassificationTask.GUIParams
extends BasicCommandLineProcessor


Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.cmu.minorthird.util.CommandLineProcessor
CommandLineProcessor.Configurable
 
Constructor Summary
protected UI.DataClassificationTask.GUIParams()
           
 
Method Summary
 void gui()
           
 void usage()
          Override this to print a meaningful usage error.
 
Methods inherited from class edu.cmu.minorthird.util.BasicCommandLineProcessor
config, config, consumeArguments, getExtensionFor, getFormatNames, help, main, processArguments, propertyList, propertyValue, restore, saveAs, shouldTerminate, tryToGetCLP, usage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UI.DataClassificationTask.GUIParams

protected UI.DataClassificationTask.GUIParams()
Method Detail

gui

public void gui()

usage

public void usage()
Description copied from class: BasicCommandLineProcessor
Override this to print a meaningful usage error. Default will list all commands other than 'usage', 'help', 'getX', and 'setX'.

Specified by:
usage in interface CommandLineProcessor
Overrides:
usage in class BasicCommandLineProcessor