Uses of Interface
org.biojava.nbio.core.sequence.location.template.Point
-
Packages that use Point Package Description org.biojava.nbio.core.alignment org.biojava.nbio.core.alignment.template org.biojava.nbio.core.sequence.location org.biojava.nbio.core.sequence.location.template -
-
Uses of Point in org.biojava.nbio.core.alignment
Methods in org.biojava.nbio.core.alignment that return Point Modifier and Type Method Description PointSimpleAlignedSequence. getEnd()PointSimpleAlignedSequence. getStart() -
Uses of Point in org.biojava.nbio.core.alignment.template
Methods in org.biojava.nbio.core.alignment.template that return Point Modifier and Type Method Description PointAlignedSequence. getEnd()PointAlignedSequence. getStart() -
Uses of Point in org.biojava.nbio.core.sequence.location
Classes in org.biojava.nbio.core.sequence.location that implement Point Modifier and Type Class Description classFuzzyPointImplementation for resolving fuzzy locations.classSimplePointBasic implementation of the Point interface.Methods in org.biojava.nbio.core.sequence.location that return Point Modifier and Type Method Description PointSimplePoint. clonePoint()static PointLocationHelper. detectEnd(List<Location> subLocations, boolean isCircular)This will attempt to find what the last point is and returns that position.static PointLocationHelper. detectStart(List<Location> subLocations)Assumes that the first element is the start & clones itPointFuzzyPoint. offset(int distance)PointSimplePoint. offset(int distance)PointFuzzyPoint. reverse(int length)PointSimplePoint. reverse(int length)Methods in org.biojava.nbio.core.sequence.location with parameters of type Point Modifier and Type Method Description intFuzzyPoint. compareTo(Point point)intSimplePoint. compareTo(Point o)booleanSimplePoint. isHigher(Point point)booleanSimplePoint. isLower(Point point)Constructors in org.biojava.nbio.core.sequence.location with parameters of type Point Constructor Description GroupLocation(Point start, Point end, Strand strand, boolean circular, List<Location> subLocations)GroupLocation(Point start, Point end, Strand strand, boolean circular, Location... subLocations)GroupLocation(Point start, Point end, Strand strand, List<Location> subLocations)GroupLocation(Point start, Point end, Strand strand, Location... subLocations)OrderLocation(Point start, Point end, Strand strand, boolean circular, List<Location> subLocations)OrderLocation(Point start, Point end, Strand strand, boolean circular, Location... subLocations)OrderLocation(Point start, Point end, Strand strand, List<Location> subLocations)OrderLocation(Point start, Point end, Strand strand, Location... subLocations)SequenceLocation(Point start, Point end, S sequence, Strand strand)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, List<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.biojava.nbio.core.sequence.location.template
Classes in org.biojava.nbio.core.sequence.location.template with type parameters of type Point Modifier and Type Interface Description static interfacePoint.Resolver<T extends Point>Used to resolve a position about a pointMethods in org.biojava.nbio.core.sequence.location.template that return Point Modifier and Type Method Description PointPoint. clonePoint()Returns a copy of this pointPointAbstractLocation. getEnd()PointLocation. getEnd()End of the locationPointAbstractLocation. getStart()PointLocation. getStart()Start of the locationPointPoint. offset(int distance)Returns a new point offset by the given distancePointPoint. reverse(int length)Returns the equivalent position on the reverse strandMethods in org.biojava.nbio.core.sequence.location.template with parameters of type Point Modifier and Type Method Description booleanPoint. isHigher(Point point)Returns true if the point is higher in value to the current pointbooleanPoint. isLower(Point point)Returns true if the current point is at a lower position than the point given.protected voidAbstractLocation. setEnd(Point end)protected voidAbstractLocation. setStart(Point start)Constructors in org.biojava.nbio.core.sequence.location.template with parameters of type Point Constructor Description AbstractLocation(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
-