Interface OrthoPairCollection
-
- All Known Implementing Classes:
AbstractOrthoPairCollection
,SimpleHomologeneDB
,SimpleOrthoPairCollection
public interface OrthoPairCollection
Interface for a Set of OrthoPairSets- Author:
- David Huen
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
OrthoPairCollection.Iterator
Iterator for a OrthoPairCollection
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(OrthoPairSet group)
boolean
contains(OrthoPairSet group)
OrthoPairCollection
filter(OrthoPairSetFilter filters)
boolean
isEmpty()
OrthoPairCollection.Iterator
iterator()
-
-
-
Method Detail
-
add
void add(OrthoPairSet group) throws ChangeVetoException
- Throws:
ChangeVetoException
-
contains
boolean contains(OrthoPairSet group)
-
isEmpty
boolean isEmpty()
-
iterator
OrthoPairCollection.Iterator iterator()
-
filter
OrthoPairCollection filter(OrthoPairSetFilter filters)
-
-