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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceIterator for a OrthoPairCollection -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(OrthoPairSet group) booleancontains(OrthoPairSet group) filter(OrthoPairSetFilter filters) booleanisEmpty()iterator()
-
Method Details
-
add
- Throws:
ChangeVetoException
-
contains
-
isEmpty
boolean isEmpty() -
iterator
-
filter
-