|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojavax.bio.seq.PositionResolver.MaximalResolver
public static class PositionResolver.MaximalResolver
The maximal resolver returns the base which provides the largest possible range.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.biojavax.bio.seq.PositionResolver |
---|
PositionResolver.AverageResolver, PositionResolver.MaximalResolver, PositionResolver.MinimalResolver |
Constructor Summary | |
---|---|
PositionResolver.MaximalResolver()
|
Method Summary | |
---|---|
int |
getMax(Position e)
Resolves the maximum possible base for this position. |
int |
getMin(Position s)
Resolves the minimum possible base for this position. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PositionResolver.MaximalResolver()
Method Detail |
---|
public int getMin(Position s)
getMin
in interface PositionResolver
s
- the position to resolve
public int getMax(Position e)
getMax
in interface PositionResolver
e
- the position to resolve
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |