|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FuzzyPoint | |
|---|---|
| org.biojava3.core.sequence.location | |
| Uses of FuzzyPoint in org.biojava3.core.sequence.location |
|---|
| Fields in org.biojava3.core.sequence.location with type parameters of type FuzzyPoint | |
|---|---|
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 |
| Methods in org.biojava3.core.sequence.location that return types with arguments of type FuzzyPoint | |
|---|---|
protected Point.Resolver<FuzzyPoint> |
FuzzyPoint.getResolver()
|
| Constructor parameters in org.biojava3.core.sequence.location with type arguments of type FuzzyPoint | |
|---|---|
FuzzyPoint(int minPoint,
int maxPoint,
Point.Resolver<FuzzyPoint> resolver)
|
|
FuzzyPoint(int minPoint,
int maxPoint,
Point.Resolver<FuzzyPoint> resolver,
boolean unknown,
boolean uncertain)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||