|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IdGroup
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 |
|---|
int getIdCount()
Identifier getIdentifier(int i)
void setIdentifier(int i,
Identifier id)
int whichIdNumber(java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||