gov.nih.nlm.nls.tc.MedLine
Class CitationObj
java.lang.Object
  
gov.nih.nlm.nls.tc.MedLine.CitationObj
public class CitationObj
- extends java.lang.Object
 
This class is to convert a citation from an input String to a citation object.
 A citation object is composed of a Vector of KeyValueObjs.
 The key of these keyVlueObj could be the same.
 For example, a citation has multiple MH (keys).
 The value in the keyVlueObj is a Vector.
 Each element in the value Vector represents a line in the citation.
 Such as AB (abstract has multiple lines).
 History:
 
- Version:
 
  - V-2011
 
- Author:
 
  - NLM Lexical Systems Group
 
| 
Constructor Summary | 
CitationObj()
 
          Create the MEDLINE citation object | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CitationObj
public CitationObj()
- Create the MEDLINE citation object
 
ConvertToCitationObj
public static java.util.Vector<KeyValueObj<java.lang.String,java.util.Vector<java.lang.String>>> ConvertToCitationObj(java.lang.String inRecord)
 
 Submit a bug or feature
 Copyright © 2011 National Library of Medicine