Uses of Interface
org.biojava.bio.symbol.FuzzyPointLocation.PointResolver
Packages that use FuzzyPointLocation.PointResolver
Package
Description
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.PointResolverModifier and TypeFieldDescriptionstatic final FuzzyPointLocation.PointResolver
FuzzyPointLocation.RESOLVE_AVERAGE
static final FuzzyPointLocation.PointResolver
FuzzyPointLocation.RESOLVE_MAX
static final FuzzyPointLocation.PointResolver
FuzzyPointLocation.RESOLVE_MIN
Methods in org.biojava.bio.symbol that return FuzzyPointLocation.PointResolverConstructors in org.biojava.bio.symbol with parameters of type FuzzyPointLocation.PointResolverModifierConstructorDescriptionFuzzyPointLocation
(int min, int max, FuzzyPointLocation.PointResolver resolver) Creates a newFuzzyPointLocation
object.