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