Uses of Interface
org.biojava.bio.symbol.FuzzyPointLocation.PointResolver

Packages that use FuzzyPointLocation.PointResolver
org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. 
 

Uses of FuzzyPointLocation.PointResolver in org.biojava.bio.symbol
 

Fields in org.biojava.bio.symbol declared as FuzzyPointLocation.PointResolver
static FuzzyPointLocation.PointResolver FuzzyPointLocation.RESOLVE_AVERAGE
           
static FuzzyPointLocation.PointResolver FuzzyPointLocation.RESOLVE_MAX
           
static FuzzyPointLocation.PointResolver FuzzyPointLocation.RESOLVE_MIN
           
 

Methods in org.biojava.bio.symbol that return FuzzyPointLocation.PointResolver
 FuzzyPointLocation.PointResolver FuzzyPointLocation.getResolver()
           
 

Constructors in org.biojava.bio.symbol with parameters of type FuzzyPointLocation.PointResolver
FuzzyPointLocation(int min, int max, FuzzyPointLocation.PointResolver resolver)
          Creates a new FuzzyPointLocation object.