Uses of Interface
jebl.evolution.characters.CharacterType

Packages that use CharacterType
jebl.evolution.characters   
 

Uses of CharacterType in jebl.evolution.characters
 

Fields in jebl.evolution.characters declared as CharacterType
static CharacterType CharacterType.CONTINUOUS
           
static CharacterType CharacterType.DISCRETE
           
 

Methods in jebl.evolution.characters that return CharacterType
 CharacterType Character.getType()
          return the CharacterType of the character
 CharacterType ContinuousCharacter.getType()
           
 CharacterType DiscreteCharacter.getType()