org.eaglei.search.provider.ncbi.pubmed
Class NCBIPubMedProvider

java.lang.Object
  extended by org.eaglei.search.provider.ncbi.NCBIDBProvider
      extended by org.eaglei.search.provider.ncbi.pubmed.NCBIPubMedProvider

public final class NCBIPubMedProvider
extends NCBIDBProvider

Contains logic for querying PubMed via NCBI EUtils.

Author:
rfrost

Nested Class Summary
static class NCBIPubMedProvider.PubMedSummary
           
 
Field Summary
static java.lang.String AUTHOR
           
static java.lang.String AUTHOR_LIST
           
static java.lang.String FULL_JOURNAL_NAME
           
static java.lang.String NCBI_PUBMED_NAME
           
static java.lang.String PUBMED
           
static java.lang.String PUBMED_URL
           
static java.lang.String SO
           
static java.lang.String SOURCE
           
static java.lang.String TITLE
           
 
Fields inherited from class org.eaglei.search.provider.ncbi.NCBIDBProvider
EAGLEI_TOOL, entrezDB
 
Constructor Summary
NCBIPubMedProvider()
           
 
Method Summary
 
Methods inherited from class org.eaglei.search.provider.ncbi.NCBIDBProvider
query
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PUBMED_URL

public static final java.lang.String PUBMED_URL
See Also:
Constant Field Values

PUBMED

public static final java.lang.String PUBMED
See Also:
Constant Field Values

NCBI_PUBMED_NAME

public static final java.lang.String NCBI_PUBMED_NAME
See Also:
Constant Field Values

TITLE

public static final java.lang.String TITLE
See Also:
Constant Field Values

AUTHOR_LIST

public static final java.lang.String AUTHOR_LIST
See Also:
Constant Field Values

AUTHOR

public static final java.lang.String AUTHOR
See Also:
Constant Field Values

SOURCE

public static final java.lang.String SOURCE
See Also:
Constant Field Values

FULL_JOURNAL_NAME

public static final java.lang.String FULL_JOURNAL_NAME
See Also:
Constant Field Values

SO

public static final java.lang.String SO
See Also:
Constant Field Values
Constructor Detail

NCBIPubMedProvider

public NCBIPubMedProvider()


Copyright © 2009-2011 Eagle-I. All Rights Reserved.