edu.iastate.jtm.assistant
Class BibTex

java.lang.Object
  extended by edu.iastate.jtm.gui.DefaultMonitorable
      extended by edu.iastate.jtm.jmed.CitationManager
          extended by edu.iastate.jtm.assistant.BibTex
All Implemented Interfaces:
Monitorable

public class BibTex
extends CitationManager

Author:
Jing Ding edu.iastate.jtm.assistant jtm

Field Summary
 
Fields inherited from class edu.iastate.jtm.gui.DefaultMonitorable
message, monitorable, progress
 
Constructor Summary
BibTex()
           
 
Method Summary
protected  java.lang.String convert(org.dom4j.Element citation)
           
 
Methods inherited from class edu.iastate.jtm.jmed.CitationManager
export, getAbstract, getAuthorFullnames, getAuthorInitials, getBestJournalId, getDetailedDate, getFirstAuthor, getFullJournal, getISSN, getIssue, getJournal, getMeshHeadingList, getNlmUniqueID, getPage, getPages, getPmid, getPubYear, getTitle, getVIP, getVolume
 
Methods inherited from class edu.iastate.jtm.gui.DefaultMonitorable
getMessage, getProgress, isDeterministic, isFinished, isMonitorable, isRunning, setMessage, setMonitorable, setProgress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BibTex

public BibTex()
Method Detail

convert

protected java.lang.String convert(org.dom4j.Element citation)
Specified by:
convert in class CitationManager