Package | Description |
---|---|
org.biojava.nbio.core.sequence.location |
Modifier and Type | Field and Description |
---|---|
static Point.Resolver<FuzzyPoint> |
FuzzyPoint.MAX_RESOLVER
Always uses the max point to resolve a location
|
static Point.Resolver<FuzzyPoint> |
FuzzyPoint.MEAN_RESOLVER
Combines min and max and then gets the mean of it
|
static Point.Resolver<FuzzyPoint> |
FuzzyPoint.MIN_RESOLVER
Always uses the min point to resolve a location
|
Modifier and Type | Method and Description |
---|---|
protected Point.Resolver<FuzzyPoint> |
FuzzyPoint.getResolver() |
Constructor and Description |
---|
FuzzyPoint(int minPoint,
int maxPoint,
Point.Resolver<FuzzyPoint> resolver) |
FuzzyPoint(int minPoint,
int maxPoint,
Point.Resolver<FuzzyPoint> resolver,
boolean unknown,
boolean uncertain) |
Copyright © 2000–2019 BioJava. All rights reserved.