|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OrthologueSet
Interface for classes that store and manipulate orthologues.
You cannot create Orthologues here, just work with them.
Nested Class Summary | |
---|---|
static interface |
OrthologueSet.Iterator
An iterator for the contents of an OrthologueSet. |
Field Summary | |
---|---|
static ChangeType |
MODIFY
|
Method Summary | |
---|---|
void |
addOrthologue(Orthologue ortho)
Add an orthologue to the set. |
OrthologueSet |
filter(OrthologueFilter filter)
Filter the contents of a set. |
Orthologue |
getOrthologue(java.lang.String homologeneID)
|
OrthologueSet.Iterator |
iterator()
Return an iterator to the contents of the set. |
void |
removeOrthologue(Orthologue ortho)
Remove an orthologue from the set. |
Field Detail |
---|
static final ChangeType MODIFY
Method Detail |
---|
Orthologue getOrthologue(java.lang.String homologeneID)
void addOrthologue(Orthologue ortho) throws ChangeVetoException
ChangeVetoException
void removeOrthologue(Orthologue ortho) throws ChangeVetoException
ChangeVetoException
OrthologueSet.Iterator iterator()
OrthologueSet filter(OrthologueFilter filter)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |