edu.cmu.minorthird.util.gui
Interface Console.Task

All Known Implementing Classes:
ApplyAnnotator, DebugMixup, EditLabels, OnlineLearner, PreprocessTextForClassifier, PreprocessTextForExtractor, RunMixup, Test.DataClassificationTask, TestClassifier, TestExtractor, TestMultiClassifier, Train.DataClassificationTask, TrainClassifier, TrainExtractor, TrainMultiClassifier, TrainTest.DataClassificationTask, TrainTestClassifier, TrainTestExtractor, TrainTestMultiClassifier, TrainTestTagger, UI.DataClassificationTask, UIMain
Enclosing class:
Console

public static interface Console.Task

Interface for objects that can be configured with command-line arguments. Configuration for x is done by calling x.doMain().


Method Summary
 void doMain()
           
 boolean getLabels()
           
 java.lang.Object getMainResult()
           
 

Method Detail

getLabels

boolean getLabels()

doMain

void doMain()

getMainResult

java.lang.Object getMainResult()