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 interface
Iterator for a OrthoPairCollection -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(OrthoPairSet group) boolean
contains
(OrthoPairSet group) filter
(OrthoPairSetFilter filters) boolean
isEmpty()
iterator()
-
Method Details
-
add
- Throws:
ChangeVetoException
-
contains
-
isEmpty
boolean isEmpty() -
iterator
-
filter
-