Uses of Interface
org.biojava.bio.program.homologene.OrthoPairSetFilter
-
Packages that use OrthoPairSetFilter Package Description org.biojava.bio.program.homologene Support classes for Homologene data. -
-
Uses of OrthoPairSetFilter in org.biojava.bio.program.homologene
Classes in org.biojava.bio.program.homologene that implement OrthoPairSetFilter Modifier and Type Class Description static classOrthoPairSetFilter.AcceptAllstatic classOrthoPairSetFilter.AllPairsInCollectionall OrthoPairs must meet the requirement defined by filter.static classOrthoPairSetFilter.Andstatic classOrthoPairSetFilter.ByMinIdentitystatic classOrthoPairSetFilter.ByTaxonstatic classOrthoPairSetFilter.Notstatic classOrthoPairSetFilter.Orstatic classOrthoPairSetFilter.SomePairsInCollectionat least one OrthoPair must meet the requirement defined by filter.static classOrthoPairSetFilter.XorMethods in org.biojava.bio.program.homologene with parameters of type OrthoPairSetFilter Modifier and Type Method Description OrthoPairCollectionAbstractOrthoPairCollection. filter(OrthoPairSetFilter filters)OrthoPairCollectionHomologeneDB. filter(OrthoPairSetFilter filters)Filter the database for a specified group.OrthoPairCollectionOrthoPairCollection. filter(OrthoPairSetFilter filters)Constructors in org.biojava.bio.program.homologene with parameters of type OrthoPairSetFilter Constructor Description And(OrthoPairSetFilter a, OrthoPairSetFilter b)Not(OrthoPairSetFilter a)Or(OrthoPairSetFilter a, OrthoPairSetFilter b)Xor(OrthoPairSetFilter a, OrthoPairSetFilter b)
-