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 interfaceOrthoPairCollection.IteratorIterator for a OrthoPairCollection
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(OrthoPairSet group)booleancontains(OrthoPairSet group)OrthoPairCollectionfilter(OrthoPairSetFilter filters)booleanisEmpty()OrthoPairCollection.Iteratoriterator()
-
-
-
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)
-
-