| Package | Description | 
|---|---|
| org.biojava.bio.symbol | 
 Representation of the Symbols that make up a sequence, and locations within
them. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static FuzzyLocation.RangeResolver | 
FuzzyLocation.RESOLVE_AVERAGE
Use the arithmetic mean of the `inner' and `outer' values, unless the
 outer value is unbounded. 
 | 
static FuzzyLocation.RangeResolver | 
FuzzyLocation.RESOLVE_INNER
Always use the `inner' values. 
 | 
static FuzzyLocation.RangeResolver | 
FuzzyLocation.RESOLVE_OUTER
Use the `outer' values, unless they are unbounded in which case the
 `inner' values are used. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FuzzyLocation.RangeResolver | 
FuzzyLocation.getResolver()
Retrieve the Location that this decorates. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
FuzzyLocation.initializeVariables(int outerMin,
                   int outerMax,
                   int innerMin,
                   int innerMax,
                   boolean isMinFuzzy,
                   boolean isMaxFuzzy,
                   FuzzyLocation.RangeResolver resolver)
Refactored initialization code from the constructors. 
 | 
| Constructor and 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). 
 | 
Copyright © 2020 BioJava. All rights reserved.