org.biojava.bio.program.homologene
Class AbstractOrthoPairSet
java.lang.Object
org.biojava.utils.AbstractChangeable
org.biojava.bio.program.homologene.AbstractOrthoPairSet
- All Implemented Interfaces:
- OrthoPairSet, Changeable
- Direct Known Subclasses:
- SimpleOrthoPairSet
public abstract class AbstractOrthoPairSet
- extends AbstractChangeable
- implements OrthoPairSet
represents the Homologene Group.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractOrthoPairSet
public AbstractOrthoPairSet()
filter
public OrthoPairSet filter(OrthoPairFilter filter)
- Description copied from interface:
OrthoPairSet
- filter an OrthoPairSet
- Specified by:
filter in interface OrthoPairSet