Uses of Interface
org.biojava3.core.sequence.location.template.Point

Packages that use Point
org.biojava3.core.sequence.location   
org.biojava3.core.sequence.location.template   
 

Uses of Point in org.biojava3.core.sequence.location
 

Classes in org.biojava3.core.sequence.location that implement Point
 class FuzzyPoint
          Implementation for resolving fuzzy locations.
 class SimplePoint
          Basic implementation of the Point interface.
 

Methods in org.biojava3.core.sequence.location that return Point
 Point SimplePoint.clonePoint()
           
static Point LocationHelper.detectEnd(List<Location> subLocations, boolean isCircular)
          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 it
protected  Point InsdcParser.generatePoint(String locationString, String uncertainString)
           
 Point FuzzyPoint.offset(int distance)
           
 Point SimplePoint.offset(int distance)
           
 Point FuzzyPoint.reverse(int length)
           
 Point SimplePoint.reverse(int length)
           
 

Methods in org.biojava3.core.sequence.location with parameters of type Point
 int FuzzyPoint.compareTo(Point point)
           
 int SimplePoint.compareTo(Point o)
           
 boolean SimplePoint.isHigher(Point point)
           
 boolean SimplePoint.isLower(Point point)
           
 

Constructors in org.biojava3.core.sequence.location with parameters of type Point
InsdcLocations.GroupLocation(Point start, Point end, Strand strand, boolean circular, List<Location> subLocations)
           
InsdcLocations.GroupLocation(Point start, Point end, Strand strand, boolean circular, Location... subLocations)
           
InsdcLocations.GroupLocation(Point start, Point end, Strand strand, List<Location> subLocations)
           
InsdcLocations.GroupLocation(Point start, Point end, Strand strand, Location... subLocations)
           
InsdcLocations.OrderLocation(Point start, Point end, Strand strand, boolean circular, List<Location> subLocations)
           
InsdcLocations.OrderLocation(Point start, Point end, Strand strand, boolean circular, Location... subLocations)
           
InsdcLocations.OrderLocation(Point start, Point end, Strand strand, List<Location> subLocations)
           
InsdcLocations.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, AccessionID accession)
           
SimpleLocation(Point start, Point end, Strand strand, boolean betweenCompounds, AccessionID accession)
           
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 circular, Location... subLocations)
           
SimpleLocation(Point start, Point end, Strand strand, Location... subLocations)
           
 

Uses of Point in org.biojava3.core.sequence.location.template
 

Classes in org.biojava3.core.sequence.location.template with type parameters of type Point
static interface Point.Resolver<T extends Point>
          Used to resolve a position about a point
 

Methods in org.biojava3.core.sequence.location.template that return Point
 Point Point.clonePoint()
          Returns a copy of this point
 Point Location.getEnd()
          End of the location
 Point AbstractLocation.getEnd()
           
 Point Location.getStart()
          Start of the location
 Point AbstractLocation.getStart()
           
 Point Point.offset(int distance)
          Returns a new point offset by the given distance
 Point Point.reverse(int length)
          Returns the equivalent position on the reverse strand
 

Methods in org.biojava3.core.sequence.location.template with parameters of type Point
 boolean Point.isHigher(Point point)
          Returns true if the point is higher in value to the current point
 boolean Point.isLower(Point point)
          Returns true if the current point is at a lower position than the point given.
protected  void AbstractLocation.setEnd(Point end)
           
protected  void AbstractLocation.setStart(Point start)
           
 

Constructors in org.biojava3.core.sequence.location.template with parameters of type Point
AbstractLocation(Point start, Point end, Strand strand, boolean circular, boolean betweenCompounds, AccessionID accession, List<Location> subLocations)
          Default constructor
AbstractLocation(Point start, Point end, Strand strand, boolean circular, boolean betweenCompounds, List<Location> subLocations)
          Default constructor
 



Copyright © 2010 BioJava. All Rights Reserved.