org.forester.go
Interface GoXRef

All Superinterfaces:
Comparable<GoXRef>
All Known Implementing Classes:
BasicGoXRef

public interface GoXRef
extends Comparable<GoXRef>


Nested Class Summary
static class GoXRef.Type
           
 
Field Summary
static String ARACYC_STR
           
static String EC_STR
           
static String GOC_STR
           
static String IMG_STR
           
static String KEGG_STR
           
static String META_CYC_STR
           
static String PMID_STR
           
static String REACTOME_STR
           
static String RESID_STR
           
static String TC_STR
           
static String UM_BBD_ENZYME_ID_STR
           
static String UM_BBD_PATHWAY_ID_STR
           
static String UM_BBD_REACTIONID_STR
           
static String WIKIPEDIA_STR
           
static String XX_STR
           
 
Method Summary
 GoXRef.Type getType()
           
 String getXRef()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

EC_STR

static final String EC_STR
See Also:
Constant Field Values

META_CYC_STR

static final String META_CYC_STR
See Also:
Constant Field Values

REACTOME_STR

static final String REACTOME_STR
See Also:
Constant Field Values

RESID_STR

static final String RESID_STR
See Also:
Constant Field Values

UM_BBD_ENZYME_ID_STR

static final String UM_BBD_ENZYME_ID_STR
See Also:
Constant Field Values

UM_BBD_PATHWAY_ID_STR

static final String UM_BBD_PATHWAY_ID_STR
See Also:
Constant Field Values

UM_BBD_REACTIONID_STR

static final String UM_BBD_REACTIONID_STR
See Also:
Constant Field Values

TC_STR

static final String TC_STR
See Also:
Constant Field Values

ARACYC_STR

static final String ARACYC_STR
See Also:
Constant Field Values

XX_STR

static final String XX_STR
See Also:
Constant Field Values

PMID_STR

static final String PMID_STR
See Also:
Constant Field Values

IMG_STR

static final String IMG_STR
See Also:
Constant Field Values

GOC_STR

static final String GOC_STR
See Also:
Constant Field Values

WIKIPEDIA_STR

static final String WIKIPEDIA_STR
See Also:
Constant Field Values

KEGG_STR

static final String KEGG_STR
See Also:
Constant Field Values
Method Detail

getType

GoXRef.Type getType()

getXRef

String getXRef()