org.biojava.bio.program.homologene
Class OrthologueFilter.And
java.lang.Object
org.biojava.bio.program.homologene.OrthologueFilter.And
- All Implemented Interfaces:
- OrthologueFilter
- Enclosing interface:
- OrthologueFilter
public static final class OrthologueFilter.And
- extends Object
- implements OrthologueFilter
Nested classes/interfaces inherited from interface org.biojava.bio.program.homologene.OrthologueFilter |
OrthologueFilter.AcceptAll, OrthologueFilter.And, OrthologueFilter.ByAccession, OrthologueFilter.ByHomologeneID, OrthologueFilter.ByLocusID, OrthologueFilter.ByTaxon, OrthologueFilter.ByTaxonID, OrthologueFilter.ByTitle, OrthologueFilter.Not, OrthologueFilter.Or, OrthologueFilter.Xor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrthologueFilter.And
public OrthologueFilter.And(OrthologueFilter a,
OrthologueFilter b)
accept
public boolean accept(Orthologue ortho)
- Specified by:
accept
in interface OrthologueFilter