Uses of Interface
org.biojava.bio.program.homologene.OrthoPairFilter
-
Packages that use OrthoPairFilter Package Description org.biojava.bio.program.homologene Support classes for Homologene data. -
-
Uses of OrthoPairFilter in org.biojava.bio.program.homologene
Classes in org.biojava.bio.program.homologene that implement OrthoPairFilter Modifier and Type Class Description static classOrthoPairFilter.AcceptAllstatic classOrthoPairFilter.Andstatic classOrthoPairFilter.ByMaxIdentitystatic classOrthoPairFilter.ByMinIdentitystatic classOrthoPairFilter.ByRefstatic classOrthoPairFilter.BySimilarityTypestatic classOrthoPairFilter.Notstatic classOrthoPairFilter.Orstatic classOrthoPairFilter.XorMethods in org.biojava.bio.program.homologene with parameters of type OrthoPairFilter Modifier and Type Method Description OrthoPairSetAbstractOrthoPairSet. filter(OrthoPairFilter filter)OrthoPairSetOrthoPairSet. filter(OrthoPairFilter filter)filter an OrthoPairSetConstructors in org.biojava.bio.program.homologene with parameters of type OrthoPairFilter Constructor Description AllPairsInCollection(OrthoPairFilter filter)And(OrthoPairFilter a, OrthoPairFilter b)Not(OrthoPairFilter a)Or(OrthoPairFilter a, OrthoPairFilter b)SomePairsInCollection(OrthoPairFilter filter)Xor(OrthoPairFilter a, OrthoPairFilter b)
-