Uses of Interface
org.biojavax.bio.seq.PositionResolver
-
Packages that use PositionResolver Package Description org.biojavax The Biojava extensions packages, classes that extend the core biojava functionalityorg.biojavax.bio.seq Rich implementations of Sequences, Locations and Features. -
-
Uses of PositionResolver in org.biojavax
Methods in org.biojavax that return PositionResolver Modifier and Type Method Description static PositionResolver
RichObjectFactory. getDefaultPositionResolver()
Returns the default position resolver object.Methods in org.biojavax with parameters of type PositionResolver Modifier and Type Method Description static void
RichObjectFactory. setDefaultPositionResolver(PositionResolver pr)
Sets the default position resolver to use when creating new rich feature locations. -
Uses of PositionResolver in org.biojavax.bio.seq
Classes in org.biojavax.bio.seq that implement PositionResolver Modifier and Type Class Description static class
PositionResolver.AverageResolver
The minimal resolver returns the base which provides the average range, halfway between maximal and minimal.static class
PositionResolver.MaximalResolver
The maximal resolver returns the base which provides the largest possible range.static class
PositionResolver.MinimalResolver
The minimal resolver returns the base which provides the smallest possible range.Methods in org.biojavax.bio.seq with parameters of type PositionResolver Modifier and Type Method Description void
EmptyRichLocation. setPositionResolver(PositionResolver p)
Sets the resolver to use when working out actual base coordinates from fuzzy positions.void
RichLocation. setPositionResolver(PositionResolver p)
Sets the resolver to use when working out actual base coordinates from fuzzy positions.void
SimpleRichLocation. setPositionResolver(PositionResolver p)
Sets the resolver to use when working out actual base coordinates from fuzzy positions.
-