Uses of Interface
org.biojava3.core.sequence.location.template.Point
Package
Description
-
Uses of Point in org.biojava3.core.sequence.location
Modifier and TypeClassDescriptionclass
Implementation for resolving fuzzy locations.class
Basic implementation of the Point interface.Modifier and TypeMethodDescriptionSimplePoint.clonePoint()
static Point
This will attempt to find what the last point is and returns that position.static Point
LocationHelper.detectStart
(List<Location> subLocations) Assumes that the first element is the start & clones itFuzzyPoint.offset
(int distance) SimplePoint.offset
(int distance) FuzzyPoint.reverse
(int length) SimplePoint.reverse
(int length) Modifier and TypeMethodDescriptionint
int
boolean
boolean
ModifierConstructorDescriptionGroupLocation
(Point start, Point end, Strand strand, boolean circular, Location... subLocations) GroupLocation
(Point start, Point end, Strand strand, Location... subLocations) OrderLocation
(Point start, Point end, Strand strand, boolean circular, Location... subLocations) OrderLocation
(Point start, Point end, Strand strand, Location... subLocations) SimpleLocation
(Point start, Point end) SimpleLocation
(Point start, Point end, Strand strand) SimpleLocation
(Point start, Point end, Strand strand, boolean circular, boolean betweenBases) SimpleLocation
(Point start, Point end, Strand strand, boolean circular, boolean betweenBases, List<Location> subLocations) SimpleLocation
(Point start, Point end, Strand strand, boolean circular, List<Location> subLocations) SimpleLocation
(Point start, Point end, Strand strand, boolean betweenCompounds, AccessionID accession) SimpleLocation
(Point start, Point end, Strand strand, boolean circular, Location... subLocations) SimpleLocation
(Point start, Point end, Strand strand, AccessionID accession) SimpleLocation
(Point start, Point end, Strand strand, Location... subLocations) -
Uses of Point in org.biojava3.core.sequence.location.template
Modifier and TypeInterfaceDescriptionstatic interface
Point.Resolver<T extends Point>
Used to resolve a position about a pointModifier and TypeMethodDescriptionPoint.clonePoint()
Returns a copy of this pointAbstractLocation.getEnd()
Location.getEnd()
End of the locationAbstractLocation.getStart()
Location.getStart()
Start of the locationPoint.offset
(int distance) Returns a new point offset by the given distancePoint.reverse
(int length) Returns the equivalent position on the reverse strandModifier and TypeMethodDescriptionboolean
Returns true if the point is higher in value to the current pointboolean
Returns true if the current point is at a lower position than the point given.ModifierConstructorDescriptionAbstractLocation
(Point start, Point end, Strand strand, boolean circular, boolean betweenCompounds, List<Location> subLocations) Default constructorAbstractLocation
(Point start, Point end, Strand strand, boolean circular, boolean betweenCompounds, AccessionID accession, List<Location> subLocations) Default constructor