org.biojava.bio.program.homologene
Class OrthoPairSetFilter.Xor

java.lang.Object
  extended byorg.biojava.bio.program.homologene.OrthoPairSetFilter.Xor
All Implemented Interfaces:
OrthoPairSetFilter
Enclosing class:
OrthoPairSetFilter

public static final class OrthoPairSetFilter.Xor
extends Object
implements OrthoPairSetFilter


Nested Class Summary
 
Nested classes inherited from class 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
OrthoPairSetFilter.Xor(OrthoPairSetFilter a, OrthoPairSetFilter b)
           
 
Method Summary
 boolean accept(OrthoPairSet group)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrthoPairSetFilter.Xor

public OrthoPairSetFilter.Xor(OrthoPairSetFilter a,
                              OrthoPairSetFilter b)
Method Detail

accept

public boolean accept(OrthoPairSet group)
Specified by:
accept in interface OrthoPairSetFilter