Uses of Interface
org.biojava.bio.symbol.FuzzyLocation.RangeResolver
- 
Packages that use FuzzyLocation.RangeResolver Package Description org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. - 
- 
Uses of FuzzyLocation.RangeResolver in org.biojava.bio.symbol
Fields in org.biojava.bio.symbol declared as FuzzyLocation.RangeResolver Modifier and Type Field Description static FuzzyLocation.RangeResolverFuzzyLocation. RESOLVE_AVERAGEUse the arithmetic mean of the `inner' and `outer' values, unless the outer value is unbounded.static FuzzyLocation.RangeResolverFuzzyLocation. RESOLVE_INNERAlways use the `inner' values.static FuzzyLocation.RangeResolverFuzzyLocation. RESOLVE_OUTERUse the `outer' values, unless they are unbounded in which case the `inner' values are used.Methods in org.biojava.bio.symbol that return FuzzyLocation.RangeResolver Modifier and Type Method Description FuzzyLocation.RangeResolverFuzzyLocation. getResolver()Retrieve the Location that this decorates.Methods in org.biojava.bio.symbol with parameters of type FuzzyLocation.RangeResolver Modifier and Type Method Description protected voidFuzzyLocation. initializeVariables(int outerMin, int outerMax, int innerMin, int innerMax, boolean isMinFuzzy, boolean isMaxFuzzy, FuzzyLocation.RangeResolver resolver)Refactored initialization code from the constructors.Constructors in org.biojava.bio.symbol with parameters of type FuzzyLocation.RangeResolver Constructor Description FuzzyLocation(int outerMin, int outerMax, int innerMin, int innerMax, boolean isMinFuzzy, boolean isMaxFuzzy, FuzzyLocation.RangeResolver resolver)Create a new FuzzyLocation with endpoints (outerMin.innerMin) and (innerMax.outerMax).FuzzyLocation(int outerMin, int outerMax, int innerMin, int innerMax, FuzzyLocation.RangeResolver resolver)Create a new FuzzyLocation with endpoints (outerMin.innerMin) and (innerMax.outerMax). 
 -