Uses of Class
org.biojava.nbio.core.sequence.location.FuzzyPoint
-
Packages that use FuzzyPoint Package Description org.biojava.nbio.core.sequence.location -
-
Uses of FuzzyPoint in org.biojava.nbio.core.sequence.location
Fields in org.biojava.nbio.core.sequence.location with type parameters of type FuzzyPoint Modifier and Type Field Description static Point.Resolver<FuzzyPoint>
FuzzyPoint. MAX_RESOLVER
Always uses the max point to resolve a locationstatic Point.Resolver<FuzzyPoint>
FuzzyPoint. MEAN_RESOLVER
Combines min and max and then gets the mean of itstatic Point.Resolver<FuzzyPoint>
FuzzyPoint. MIN_RESOLVER
Always uses the min point to resolve a locationMethods in org.biojava.nbio.core.sequence.location that return types with arguments of type FuzzyPoint Modifier and Type Method Description protected Point.Resolver<FuzzyPoint>
FuzzyPoint. getResolver()
Constructor parameters in org.biojava.nbio.core.sequence.location with type arguments of type FuzzyPoint Constructor Description FuzzyPoint(int minPoint, int maxPoint, Point.Resolver<FuzzyPoint> resolver)
FuzzyPoint(int minPoint, int maxPoint, Point.Resolver<FuzzyPoint> resolver, boolean unknown, boolean uncertain)
-