| 
 | TC Java 2011 Version | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nih.nlm.nls.tc.MedLine.CitationObjs
public class CitationObjs
This class is to load Citations from a MEDLINE citation file
History:
| Constructor Summary | |
|---|---|
| CitationObjs(boolean verbose)Create the MEDLINE citations List objects by specifying verbose. | |
| CitationObjs(java.lang.String inStr)Create the MEDLINE citations List objects by specifying the input string. | |
| CitationObjs(java.lang.String inFile,
             boolean verbose)Create the MEDLINE citations List objects by specifying the input file. | |
| Method Summary | |
|---|---|
|  java.util.Vector<java.util.Vector<KeyValueObj<java.lang.String,java.util.Vector<java.lang.String>>>> | GetCitations()Get the collection object (in Vector) of all citations with a vector of tags and values. | 
|  void | LoadCitationsFromStr(java.lang.String inStr) | 
| static void | main(java.lang.String[] args) | 
|  void | SetVerbose(boolean verbose)Set verbose flag for message. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public CitationObjs(boolean verbose)
verbose - flag of verbose on reading input filepublic CitationObjs(java.lang.String inStr)
inStr - MEDLINE citations in String
public CitationObjs(java.lang.String inFile,
                    boolean verbose)
inFile - file name of MEDLINE citationsverbose - flag of verbose on reading input file| Method Detail | 
|---|
public java.util.Vector<java.util.Vector<KeyValueObj<java.lang.String,java.util.Vector<java.lang.String>>>> GetCitations()
public void SetVerbose(boolean verbose)
verbose - a boolean flag for verbosepublic static void main(java.lang.String[] args)
public void LoadCitationsFromStr(java.lang.String inStr)
| 
 | TC Java 2011 Version | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||