Package jebl.evolution.characters
Interface CharacterType
-
public interface CharacterType- Author:
- Stephen A. Smith
-
-
Field Summary
Fields Modifier and Type Field Description static CharacterTypeCONTINUOUSstatic CharacterTypeDISCRETE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()
-
-
-
Field Detail
-
DISCRETE
static final CharacterType DISCRETE
-
CONTINUOUS
static final CharacterType CONTINUOUS
-
-