public interface Point extends Comparable<Point>
Modifier and Type | Interface and Description |
---|---|
static interface |
Point.Resolver<T extends Point>
Used to resolve a position about a point
|
Modifier and Type | Method and Description |
---|---|
Point |
clonePoint()
Returns a copy of this point
|
Integer |
getPosition()
Returns the position held by this object
|
boolean |
isHigher(Point point)
Returns true if the point is higher in value to the current point
|
boolean |
isLower(Point point)
Returns true if the current point is at a lower position than the
point given.
|
boolean |
isUncertain()
Returns a true if the exact point is unknown.
|
boolean |
isUnknown()
Returns true if the current position is unknown but is
beyond the position encoded for.
|
Point |
offset(int distance)
Returns a new point offset by the given distance
|
Point |
reverse(int length)
Returns the equivalent position on the reverse strand
|
compareTo
Integer getPosition()
boolean isUnknown()
>80as encoded by UniProt.
boolean isUncertain()
?80.
Point reverse(int length)
length
- Length of the sequence to translate toboolean isLower(Point point)
boolean isHigher(Point point)
Point clonePoint()
Copyright © 2000–2019 BioJava. All rights reserved.