Uses of Interface
org.biojava3.core.sequence.location.template.Point.Resolver
Packages that use Point.Resolver
-
Uses of Point.Resolver in org.biojava3.core.sequence.location
Fields in org.biojava3.core.sequence.location declared as Point.ResolverModifier and TypeFieldDescriptionstatic final Point.Resolver<FuzzyPoint>FuzzyPoint.MAX_RESOLVERAlways uses the max point to resolve a locationstatic final Point.Resolver<FuzzyPoint>FuzzyPoint.MEAN_RESOLVERCombines min and max and then gets the mean of itstatic final Point.Resolver<FuzzyPoint>FuzzyPoint.MIN_RESOLVERAlways uses the min point to resolve a locationConstructors in org.biojava3.core.sequence.location with parameters of type Point.ResolverModifierConstructorDescriptionFuzzyPoint(int minPoint, int maxPoint, Point.Resolver<FuzzyPoint> resolver) FuzzyPoint(int minPoint, int maxPoint, Point.Resolver<FuzzyPoint> resolver, boolean unknown, boolean uncertain)