|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An indexed group of identifiers. For example of group of taxa
related by a phylogenetic tree.
NOTE: Was called Taxa but not general enough.
Nested Class Summary | |
static class |
IdGroup.Utils
|
Method Summary | |
int |
getIdCount()
Returns the number of identifiers in this group |
Identifier |
getIdentifier(int i)
Returns the ith identifier. |
void |
setIdentifier(int i,
Identifier id)
Sets the ith identifier. |
int |
whichIdNumber(java.lang.String name)
returns the index of the identifier with the given name. |
Method Detail |
public int getIdCount()
public Identifier getIdentifier(int i)
public void setIdentifier(int i, Identifier id)
public int whichIdNumber(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |