public static interface FuzzyLocation.RangeResolver extends Serializable
FuzzyLocation
should be treated when used
as a normal Location
.
Use one of the implementations of this interface when creating a FuzzyLocation
to specify how the fuzzy (inner/outer) properties are translated into the standard
Location min and max properties.
It is possible to write custom implementations of this to create FuzzyLocations
with exotic behaviour.Modifier and Type | Method and Description |
---|---|
int |
resolveMax(FuzzyLocation loc)
Delegate for the getMax() method.
|
int |
resolveMin(FuzzyLocation loc)
Delegate for the getMin() method.
|
int resolveMin(FuzzyLocation loc)
loc
- The Location to resolveint resolveMax(FuzzyLocation loc)
loc
- The Location to resolveCopyright © 2014 BioJava. All rights reserved.