Enum Class CharacterStateMatrix.BinaryStates

java.lang.Object
java.lang.Enum<CharacterStateMatrix.BinaryStates>
org.forester.evoinference.matrix.character.CharacterStateMatrix.BinaryStates
All Implemented Interfaces:
Serializable, Comparable<CharacterStateMatrix.BinaryStates>, Constable
Enclosing interface:
CharacterStateMatrix<S>

public static enum CharacterStateMatrix.BinaryStates extends Enum<CharacterStateMatrix.BinaryStates>
It is crucial that the order ABSENT, UNKNOWN, PRESENT not be changes since this determines the sort order.