public interface PositionResolver
| Modifier and Type | Interface 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 | 
|---|---|
int | 
getMax(Position end)
Resolves the maximum possible base for this position. 
 | 
int | 
getMin(Position start)
Resolves the minimum possible base for this position. 
 | 
Copyright © 2020 BioJava. All rights reserved.