|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OrthoPairSet
represents the Homologene Group.
| Nested Class Summary | |
|---|---|
static interface |
OrthoPairSet.Iterator
|
| Field Summary | |
|---|---|
static ChangeType |
MODIFY
|
| Method Summary | |
|---|---|
void |
addOrthoPair(OrthoPair orthology)
adds a specified OrthoPair relationship to this group. |
OrthoPairSet |
filter(OrthoPairFilter filter)
filter an OrthoPairSet |
double |
getMinIdentity()
get the lowest level of identity observed in this Group |
String |
getName()
retrieves name of this group. |
Set |
getTaxa()
get the taxa represented in this group |
OrthoPairSet.Iterator |
iterator()
returns an iterator to the members of this set |
void |
removeOrthoPair(OrthoPair orthology)
removes a specified OrthoPair relationship from this group. |
void |
setName(String name)
set the name of this group. |
int |
size()
returns an iterator to the contents of the set. |
| Field Detail |
|---|
static final ChangeType MODIFY
| Method Detail |
|---|
String getName()
void setName(String name)
void addOrthoPair(OrthoPair orthology)
throws ChangeVetoException
ChangeVetoException
void removeOrthoPair(OrthoPair orthology)
throws ChangeVetoException
ChangeVetoExceptionint size()
OrthoPairSet.Iterator iterator()
Set getTaxa()
double getMinIdentity()
OrthoPairSet filter(OrthoPairFilter filter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||