Class ContinuousCharacter
java.lang.Object
jebl.evolution.characters.ContinuousCharacter
- All Implemented Interfaces:
Character
-
Constructor Summary
ConstructorsConstructorDescriptionContinuousCharacter(String name, String desc) Constructs a basic ContinuousCharacter object with no taxa added yetContinuousCharacter(String name, String desc, Set<Taxon> taxa) Constructs a basic ContinuousCharacter object with taxa added -
Method Summary
Modifier and TypeMethodDescriptionvoidset the taxa for this character with a previously constructed Setvoidadd a taxon with this charactergetDesc()return the description of the charactergetName()return the name of the characterdoublegetTaxa()get a Setof all the taxa for this character getType()return the CharacterType of the characterget a value for a taxon containing the charactervoidset the description of the charactervoidset the name of the character
-
Constructor Details
-
ContinuousCharacter
-
ContinuousCharacter
-
-
Method Details
-
setName
-
getName
-
setDesc
-
getDesc
-
getType
Description copied from interface:Characterreturn the CharacterType of the character -
addTaxa
-
addTaxon
-
getValue
-
getSE
- Parameters:
taxon- the taxon for which to get the standard error- Returns:
- double of the standard error for the taxon
-
getTaxa
-