|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.strbio.net.PubMed
public class PubMed
Class to access PubMed over the web.
Version 1.0, 5/1/2 - original version, based on org.strbio.net.Entrez
Constructor Summary | |
---|---|
PubMed()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] argv)
Looks up something in pubmed |
static void |
printRaw(java.lang.String term,
int year,
Printf outfile)
prints raw query of an pubmed search |
static void |
printRaw2(int accession,
Printf outfile)
prints raw query of an pubmed id search |
static java.lang.String |
search(int accession,
Printf outfile)
returns String which contains one complete MEDLINE search result for a given accession code. |
static java.lang.String[] |
search(java.lang.String term,
int year,
Printf outfile)
returns array of Strings, each of which contains one complete MEDLINE search result |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PubMed()
Method Detail |
---|
public static final java.lang.String[] search(java.lang.String term, int year, Printf outfile)
public static final java.lang.String search(int accession, Printf outfile)
public static final void printRaw(java.lang.String term, int year, Printf outfile)
public static final void printRaw2(int accession, Printf outfile)
public static final void main(java.lang.String[] argv)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |