org.forester.io.parsers.nexus
Class NexusConstants
java.lang.Object
org.forester.io.parsers.nexus.NexusConstants
public final class NexusConstants
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
NexusConstants
public NexusConstants()