Uses of Interface
org.biojava3.core.sequence.location.template.Point.Resolver

Packages that use Point.Resolver
org.biojava3.core.sequence.location   
 

Uses of Point.Resolver in org.biojava3.core.sequence.location
 

Fields in org.biojava3.core.sequence.location declared as Point.Resolver
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 Point.Resolver
protected  Point.Resolver<FuzzyPoint> FuzzyPoint.getResolver()
           
 

Constructors in org.biojava3.core.sequence.location with parameters of type Point.Resolver
FuzzyPoint(int minPoint, int maxPoint, Point.Resolver<FuzzyPoint> resolver)
           
FuzzyPoint(int minPoint, int maxPoint, Point.Resolver<FuzzyPoint> resolver, boolean unknown, boolean uncertain)
           
 



Copyright © 2010 BioJava. All Rights Reserved.