public static interface FuzzyPointLocation.PointResolver
FuzzyPointLocation
should be treated when used
as a normal Location
.
Use one of the implementations of this interface when creating a FuzzyPointLocation
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 |
resolve(FuzzyPointLocation loc)
Return the actual point that the specified location should claim to
occupy.
|
int resolve(FuzzyPointLocation loc)
Copyright © 2014 BioJava. All rights reserved.