TC Java
2011 Version

gov.nih.nlm.nls.tc.Tools
Class Mlt

java.lang.Object
  extended by gov.nih.nlm.nls.lvg.CmdLineSyntax.SystemOption
      extended by gov.nih.nlm.nls.tc.Tools.Mlt

public class Mlt
extends gov.nih.nlm.nls.lvg.CmdLineSyntax.SystemOption

This class is to retrieve field information from MEDLINE citations by specifying field tag.

History:

Version:
V-2011
Author:
NLM Lexical Systems Group

Field Summary
protected  java.lang.String inFile_
           
protected  java.lang.String outFile_
           
protected  boolean runFlag_
           
 
Fields inherited from class gov.nih.nlm.nls.lvg.CmdLineSyntax.SystemOption
systemOption_
 
Constructor Summary
Mlt()
          Create a Mlt tool object (default).
Mlt(java.lang.String optionStr)
          Create a Mlt tool object by specifying option string.
 
Method Summary
protected  void DefineFlag()
           
protected  void ExecuteCommand(gov.nih.nlm.nls.lvg.CmdLineSyntax.OptionItem optionItem, gov.nih.nlm.nls.lvg.CmdLineSyntax.Option systemOption)
           
 boolean IsLegalOption()
          Get the boolean flag to indicate if the option is legal or not.
static void main(java.lang.String[] args)
           
 void Process()
          Process the MLT process
 
Methods inherited from class gov.nih.nlm.nls.lvg.CmdLineSyntax.SystemOption
CheckOption, CheckSyntax, ExecuteCommands, GetOption, ToBoolean, ToFloatArray, ToIntArray, ToStringArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inFile_

protected java.lang.String inFile_

outFile_

protected java.lang.String outFile_

runFlag_

protected boolean runFlag_
Constructor Detail

Mlt

public Mlt()
Create a Mlt tool object (default).


Mlt

public Mlt(java.lang.String optionStr)
Create a Mlt tool object by specifying option string.

Method Detail

main

public static void main(java.lang.String[] args)

IsLegalOption

public boolean IsLegalOption()
Get the boolean flag to indicate if the option is legal or not.

Returns:
a boolean flag to indicate if the option is legal or not.

Process

public void Process()
Process the MLT process


DefineFlag

protected void DefineFlag()
Specified by:
DefineFlag in class gov.nih.nlm.nls.lvg.CmdLineSyntax.SystemOption

ExecuteCommand

protected void ExecuteCommand(gov.nih.nlm.nls.lvg.CmdLineSyntax.OptionItem optionItem,
                              gov.nih.nlm.nls.lvg.CmdLineSyntax.Option systemOption)
Specified by:
ExecuteCommand in class gov.nih.nlm.nls.lvg.CmdLineSyntax.SystemOption

TC Java
2011 Version

Submit a bug or feature

Copyright © 2011 National Library of Medicine