edu.cmu.minorthird.ui
Class ApplyAnnotator
java.lang.Object
edu.cmu.minorthird.ui.UIMain
edu.cmu.minorthird.ui.ApplyAnnotator
- All Implemented Interfaces:
- CommandLineProcessor.Configurable, Console.Task
public class ApplyAnnotator
- extends UIMain
Apply a serialized annotator.
- Author:
- William Cohen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplyAnnotator
public ApplyAnnotator()
getSaveParameters
public CommandLineUtil.SaveParams getSaveParameters()
setSaveParameters
public void setSaveParameters(CommandLineUtil.SaveParams p)
getLoadAnnotatorParameters
public CommandLineUtil.LoadAnnotatorParams getLoadAnnotatorParameters()
setLoadAnnotatorParameters
public void setLoadAnnotatorParameters(CommandLineUtil.LoadAnnotatorParams p)
getAnnotatorOutputParams
public CommandLineUtil.AnnotatorOutputParams getAnnotatorOutputParams()
setAnnotatorOutputParams
public void setAnnotatorOutputParams(CommandLineUtil.AnnotatorOutputParams p)
getApplyAnnotatorHelp
public java.lang.String getApplyAnnotatorHelp()
getCLP
public CommandLineProcessor getCLP()
- Description copied from interface:
CommandLineProcessor.Configurable
- Produce a command-line processor that configures this object.
doMain
public void doMain()
- Description copied from class:
UIMain
- Do the main action, after setting all parameters.
- Specified by:
doMain
in interface Console.Task
- Specified by:
doMain
in class UIMain
getMainResult
public java.lang.Object getMainResult()
- Description copied from class:
UIMain
- Return the result of the action.
- Specified by:
getMainResult
in interface Console.Task
- Specified by:
getMainResult
in class UIMain
main
public static void main(java.lang.String[] args)