Class OrthoPairSetFilter.AllPairsInCollection
- java.lang.Object
-
- org.biojava.bio.program.homologene.OrthoPairSetFilter.AllPairsInCollection
-
- All Implemented Interfaces:
OrthoPairSetFilter
- Enclosing interface:
- OrthoPairSetFilter
public static final class OrthoPairSetFilter.AllPairsInCollection extends Object implements OrthoPairSetFilter
all OrthoPairs must meet the requirement defined by filter.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.biojava.bio.program.homologene.OrthoPairSetFilter
OrthoPairSetFilter.AcceptAll, OrthoPairSetFilter.AllPairsInCollection, OrthoPairSetFilter.And, OrthoPairSetFilter.ByMinIdentity, OrthoPairSetFilter.ByTaxon, OrthoPairSetFilter.Not, OrthoPairSetFilter.Or, OrthoPairSetFilter.SomePairsInCollection, OrthoPairSetFilter.Xor
-
-
Constructor Summary
Constructors Constructor Description AllPairsInCollection(OrthoPairFilter filter)
-
-
-
Constructor Detail
-
AllPairsInCollection
public AllPairsInCollection(OrthoPairFilter filter)
-
-
Method Detail
-
accept
public boolean accept(OrthoPairSet group)
- Specified by:
accept
in interfaceOrthoPairSetFilter
-
-