Uses of Interface
org.biojava.bio.symbol.FuzzyPointLocation.PointResolver
-
Packages that use FuzzyPointLocation.PointResolver Package Description 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 Modifier and Type Field Description 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 Modifier and Type Method Description FuzzyPointLocation.PointResolver
FuzzyPointLocation. getResolver()
Constructors in org.biojava.bio.symbol with parameters of type FuzzyPointLocation.PointResolver Constructor Description FuzzyPointLocation(int min, int max, FuzzyPointLocation.PointResolver resolver)
Creates a newFuzzyPointLocation
object.
-