Uses of Interface
org.biojava.bio.program.homologene.OrthoPairFilter

Packages that use OrthoPairFilter
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
static class OrthoPairFilter.AcceptAll
           
static class OrthoPairFilter.And
           
static class OrthoPairFilter.ByMaxIdentity
           
static class OrthoPairFilter.ByMinIdentity
           
static class OrthoPairFilter.ByRef
           
static class OrthoPairFilter.BySimilarityType
           
static class OrthoPairFilter.Not
           
static class OrthoPairFilter.Or
           
static class OrthoPairFilter.Xor
           
 

Methods in org.biojava.bio.program.homologene with parameters of type OrthoPairFilter
 OrthoPairSet OrthoPairSet.filter(OrthoPairFilter filter)
          filter an OrthoPairSet
 OrthoPairSet AbstractOrthoPairSet.filter(OrthoPairFilter filter)
           
 

Constructors in org.biojava.bio.program.homologene with parameters of type OrthoPairFilter
OrthoPairFilter.And(OrthoPairFilter a, OrthoPairFilter b)
           
OrthoPairFilter.Not(OrthoPairFilter a)
           
OrthoPairFilter.Or(OrthoPairFilter a, OrthoPairFilter b)
           
OrthoPairFilter.Xor(OrthoPairFilter a, OrthoPairFilter b)
           
OrthoPairSetFilter.AllPairsInCollection(OrthoPairFilter filter)
           
OrthoPairSetFilter.SomePairsInCollection(OrthoPairFilter filter)