org.forester.surfacing
Class SurfacingConstants

java.lang.Object
  extended by org.forester.surfacing.SurfacingConstants

public class SurfacingConstants
extends Object


Field Summary
static String AMIGO_LINK
           
static String EOL_LINK
           
static String GO_LINK
           
static String GOOGLE_SCHOLAR_LIMITS
           
static String GOOGLE_SCHOLAR_LINK
           
static String GOOGLE_WEB_SEARCH_LINK
           
static String NL
           
static String NONE
           
static String PFAM_FAMILY_ID_LINK
           
static String TAXONOMY_LINK
           
static String TOL_LINK
           
static String UNIPROT_LINK
           
static String WIKIPEDIA_LINK
           
 
Constructor Summary
SurfacingConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GOOGLE_WEB_SEARCH_LINK

public static final String GOOGLE_WEB_SEARCH_LINK
See Also:
Constant Field Values

GOOGLE_SCHOLAR_LINK

public static final String GOOGLE_SCHOLAR_LINK
See Also:
Constant Field Values

GOOGLE_SCHOLAR_LIMITS

public static final String GOOGLE_SCHOLAR_LIMITS
See Also:
Constant Field Values

AMIGO_LINK

public static final String AMIGO_LINK
See Also:
Constant Field Values

PFAM_FAMILY_ID_LINK

public static final String PFAM_FAMILY_ID_LINK
See Also:
Constant Field Values

NL

public static final String NL

TAXONOMY_LINK

public static final String TAXONOMY_LINK
See Also:
Constant Field Values

NONE

public static final String NONE
See Also:
Constant Field Values

UNIPROT_LINK

public static final String UNIPROT_LINK
See Also:
Constant Field Values

GO_LINK

public static final String GO_LINK
See Also:
Constant Field Values

EOL_LINK

public static final String EOL_LINK
See Also:
Constant Field Values

TOL_LINK

public static final String TOL_LINK
See Also:
Constant Field Values

WIKIPEDIA_LINK

public static final String WIKIPEDIA_LINK
See Also:
Constant Field Values
Constructor Detail

SurfacingConstants

public SurfacingConstants()