org.forester.io.parsers.nhx
Class NHXtags

java.lang.Object
  extended by org.forester.io.parsers.nhx.NHXtags

public final class NHXtags
extends Object


Field Summary
static String ANNOTATION
           
static String BINARY_DOMAIN_COMBINATIONS
          Deprecated. 
static Object BRANCH_WIDTH
           
static String COLOR
           
static String CUSTOM_DATA_ON_NODE
           
static String DOMAIN_STRUCTURE
           
static String DOMAINS
          Deprecated. 
static String DOMAINS_SEPARATOR
          Deprecated. 
static String EC_NUMBER
          Deprecated. 
static String GENE_NAME
           
static String GENE_NAME_SYNONYM
           
static String IS_DUPLICATION
           
static String NODE_IDENTIFIER
           
static String ORTHOLOGOUS
           
static String PARENT_BRANCH_WIDTH
           
static String SEQUENCE_ACCESSION
           
static String SPECIES_NAME
           
static String SUBTREE_NEIGHBORS
           
static String SUPER_ORTHOLOGOUS
           
static String SUPPORT
           
static String TAXONOMY_ID
           
 
Constructor Summary
NHXtags()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CUSTOM_DATA_ON_NODE

public static final String CUSTOM_DATA_ON_NODE
See Also:
Constant Field Values

COLOR

public static final String COLOR
See Also:
Constant Field Values

PARENT_BRANCH_WIDTH

public static final String PARENT_BRANCH_WIDTH
See Also:
Constant Field Values

SUBTREE_NEIGHBORS

public static final String SUBTREE_NEIGHBORS
See Also:
Constant Field Values

SUPER_ORTHOLOGOUS

public static final String SUPER_ORTHOLOGOUS
See Also:
Constant Field Values

ORTHOLOGOUS

public static final String ORTHOLOGOUS
See Also:
Constant Field Values

TAXONOMY_ID

public static final String TAXONOMY_ID
See Also:
Constant Field Values

SUPPORT

public static final String SUPPORT
See Also:
Constant Field Values

IS_DUPLICATION

public static final String IS_DUPLICATION
See Also:
Constant Field Values

ANNOTATION

public static final String ANNOTATION
See Also:
Constant Field Values

SPECIES_NAME

public static final String SPECIES_NAME
See Also:
Constant Field Values

DOMAIN_STRUCTURE

public static final String DOMAIN_STRUCTURE
See Also:
Constant Field Values

GENE_NAME

public static final String GENE_NAME
See Also:
Constant Field Values

GENE_NAME_SYNONYM

public static final String GENE_NAME_SYNONYM
See Also:
Constant Field Values

SEQUENCE_ACCESSION

public static final String SEQUENCE_ACCESSION
See Also:
Constant Field Values

NODE_IDENTIFIER

public static final String NODE_IDENTIFIER
See Also:
Constant Field Values

BRANCH_WIDTH

public static final Object BRANCH_WIDTH

BINARY_DOMAIN_COMBINATIONS

@Deprecated
public static final String BINARY_DOMAIN_COMBINATIONS
Deprecated. 
See Also:
Constant Field Values

DOMAINS_SEPARATOR

@Deprecated
public static final String DOMAINS_SEPARATOR
Deprecated. 
See Also:
Constant Field Values

DOMAINS

@Deprecated
public static final String DOMAINS
Deprecated. 
See Also:
Constant Field Values

EC_NUMBER

@Deprecated
public static final String EC_NUMBER
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

NHXtags

public NHXtags()