Uses of Interface
org.biojava.nbio.core.sequence.location.template.Point.Resolver
-
Packages that use Point.Resolver Package Description org.biojava.nbio.core.sequence.location -
-
Uses of Point.Resolver in org.biojava.nbio.core.sequence.location
Fields in org.biojava.nbio.core.sequence.location declared as Point.Resolver Modifier and Type Field Description static Point.Resolver<FuzzyPoint>FuzzyPoint. MAX_RESOLVERAlways uses the max point to resolve a locationstatic Point.Resolver<FuzzyPoint>FuzzyPoint. MEAN_RESOLVERCombines min and max and then gets the mean of itstatic Point.Resolver<FuzzyPoint>FuzzyPoint. MIN_RESOLVERAlways uses the min point to resolve a locationMethods in org.biojava.nbio.core.sequence.location that return Point.Resolver Modifier and Type Method Description protected Point.Resolver<FuzzyPoint>FuzzyPoint. getResolver()Constructors in org.biojava.nbio.core.sequence.location with parameters of type Point.Resolver Constructor Description FuzzyPoint(int minPoint, int maxPoint, Point.Resolver<FuzzyPoint> resolver)FuzzyPoint(int minPoint, int maxPoint, Point.Resolver<FuzzyPoint> resolver, boolean unknown, boolean uncertain)
-