|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Character
Method Summary | |
---|---|
void |
addTaxon(Taxon taxon)
add a taxon with this character |
String |
getDesc()
return the description of the character |
String |
getName()
return the name of the character |
Set<Taxon> |
getTaxa()
get a Set |
CharacterType |
getType()
return the CharacterType of the character |
Object |
getValue(Taxon taxon)
get a value for a taxon containing the character |
void |
setDesc(String desc)
set the description of the character |
void |
setName(String name)
set the name of the character |
Method Detail |
---|
void setName(String name)
name
- the name of the characterString getName()
void setDesc(String desc)
desc
- the description of the characterString getDesc()
CharacterType getType()
void addTaxon(Taxon taxon)
taxon
- the taxon to add containing the characterObject getValue(Taxon taxon)
taxon
- the taxon to get the value for
Set<Taxon> getTaxa()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |