org.biojava.bio.program.homologene
Interface OrthoPairCollection
- All Known Implementing Classes:
- AbstractOrthoPairCollection
- public interface OrthoPairCollection
Interface for a Set of OrthoPairSets
- Author:
- David Huen
add
public void add(OrthoPairSet group)
throws ChangeVetoException
- Throws:
ChangeVetoException
contains
public boolean contains(OrthoPairSet group)
isEmpty
public boolean isEmpty()
iterator
public OrthoPairCollection.Iterator iterator()
filter
public OrthoPairCollection filter(OrthoPairSetFilter filters)