org.forester.io.parsers.nexus
Class NexusConstants

java.lang.Object
  extended by org.forester.io.parsers.nexus.NexusConstants

public final class NexusConstants
extends Object


Field Summary
static String BEGIN_CHARACTERS
           
static String BEGIN_TAXA
           
static String BEGIN_TREES
           
static String CHARSTATELABELS
           
static String DATATYPE
           
static String DIMENSIONS
           
static String END
           
static String FORMAT
           
static String MATRIX
           
static String NCHAR
           
static String NEXUS
           
static String NTAX
           
static String STANDARD
           
static String SYMBOLS
           
static String TAXLABELS
           
static String TRANSLATE
           
static String TREE
           
static String UTREE
           
 
Constructor Summary
NexusConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEXUS

public static final String NEXUS
See Also:
Constant Field Values

BEGIN_TAXA

public static final String BEGIN_TAXA
See Also:
Constant Field Values

BEGIN_TREES

public static final String BEGIN_TREES
See Also:
Constant Field Values

TREE

public static final String TREE
See Also:
Constant Field Values

DIMENSIONS

public static final String DIMENSIONS
See Also:
Constant Field Values

NTAX

public static final String NTAX
See Also:
Constant Field Values

NCHAR

public static final String NCHAR
See Also:
Constant Field Values

TAXLABELS

public static final String TAXLABELS
See Also:
Constant Field Values

CHARSTATELABELS

public static final String CHARSTATELABELS
See Also:
Constant Field Values

END

public static final String END
See Also:
Constant Field Values

MATRIX

public static final String MATRIX
See Also:
Constant Field Values

BEGIN_CHARACTERS

public static final String BEGIN_CHARACTERS
See Also:
Constant Field Values

FORMAT

public static final String FORMAT
See Also:
Constant Field Values

DATATYPE

public static final String DATATYPE
See Also:
Constant Field Values

STANDARD

public static final String STANDARD
See Also:
Constant Field Values

SYMBOLS

public static final String SYMBOLS
See Also:
Constant Field Values

TRANSLATE

public static final String TRANSLATE
See Also:
Constant Field Values

UTREE

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

NexusConstants

public NexusConstants()