org.biojava.bio.program.homologene
Interface OrthoPairCollection
- All Known Implementing Classes:
- AbstractOrthoPairCollection, SimpleHomologeneDB, SimpleOrthoPairCollection
public interface OrthoPairCollection
Interface for a Set of OrthoPairSets
- Author:
- David Huen
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)