| Package | Description | 
|---|---|
| org.biojavax | 
 The Biojava extensions packages, classes that extend the core biojava 
     functionality
  The biojavax packages contain a number of extensions to the core biojava 
     interfaces. 
 | 
| org.biojavax.bio.seq | 
 Rich implementations of Sequences, Locations and Features. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PositionResolver | 
RichObjectFactory.getDefaultPositionResolver()
Returns the default position resolver object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
RichObjectFactory.setDefaultPositionResolver(PositionResolver pr)
Sets the default position resolver to use when creating new rich feature locations. 
 | 
| Modifier and Type | Class and 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. 
 | 
| Modifier and Type | Method and 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. 
 | 
Copyright © 2020 BioJava. All rights reserved.