org.biojava.bio.program.homologene
Class AbstractOrthologueSet
java.lang.Object
org.biojava.utils.AbstractChangeable
org.biojava.bio.program.homologene.AbstractOrthologueSet
- All Implemented Interfaces:
- OrthologueSet, Changeable
- Direct Known Subclasses:
- SimpleOrthologueSet
public abstract class AbstractOrthologueSet
- extends AbstractChangeable
- implements OrthologueSet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractOrthologueSet
public AbstractOrthologueSet()
filter
public OrthologueSet filter(OrthologueFilter filter)
- Description copied from interface:
OrthologueSet
- Filter the contents of a set.
- Specified by:
filter
in interface OrthologueSet