Uses of Class
org.biojava.utils.TriState
-
Packages that use TriState Package Description org.biojava.bio.search Interfaces and classes for representing sequence similarity search results.org.biojava.utils Miscellaneous utility classes used by other BioJava components. -
-
Uses of TriState in org.biojava.bio.search
Fields in org.biojava.bio.search declared as TriState Modifier and Type Field Description protected TriStateBlastLikeSearchFilter.AbstractBlastLikeSearchFilter. cachedOutcomeMethods in org.biojava.bio.search that return TriState Modifier and Type Method Description TriStateBlastLikeSearchFilter.AbstractBlastLikeSearchFilter. accept()TriStateBlastLikeSearchFilter. accept()returns a TriState indicating the current outcome of evaluating this filter.TriStateBlastLikeSearchFilter.And. accept()TriStateBlastLikeSearchFilter.Not. accept()TriStateBlastLikeSearchFilter.Or. accept() -
Uses of TriState in org.biojava.utils
Fields in org.biojava.utils declared as TriState Modifier and Type Field Description static TriStateTriState. FALSEstatic TriStateTriState. INDETERMINATEstatic TriStateTriState. TRUE
-