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.PointResolverFuzzyPointLocation.RESOLVE_AVERAGEstatic final FuzzyPointLocation.PointResolverFuzzyPointLocation.RESOLVE_MAXstatic final FuzzyPointLocation.PointResolverFuzzyPointLocation.RESOLVE_MINMethods 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 newFuzzyPointLocationobject.