Package org.biojava.bio.symbol
Interface FuzzyPointLocation.PointResolver
-
- Enclosing class:
- FuzzyPointLocation
public static interface FuzzyPointLocation.PointResolver
Determines how aFuzzyPointLocation
should be treated when used as a normalLocation
. Use one of the implementations of this interface when creating aFuzzyPointLocation
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 createFuzzyLocations
with exotic behaviour.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
resolve(FuzzyPointLocation loc)
Return the actual point that the specified location should claim to occupy.
-
-
-
Method Detail
-
resolve
int resolve(FuzzyPointLocation loc)
Return the actual point that the specified location should claim to occupy.
-
-