Uses of Interface
org.biojava3.core.sequence.location.template.Point
Packages that use Point
Package
Description
-
Uses of Point in org.biojava3.core.sequence.location
Classes in org.biojava3.core.sequence.location that implement PointModifier and TypeClassDescriptionclassImplementation for resolving fuzzy locations.classBasic implementation of the Point interface.Methods in org.biojava3.core.sequence.location that return PointModifier and TypeMethodDescriptionSimplePoint.clonePoint()static PointThis 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 itFuzzyPoint.offset(int distance) SimplePoint.offset(int distance) FuzzyPoint.reverse(int length) SimplePoint.reverse(int length) Methods in org.biojava3.core.sequence.location with parameters of type PointModifier and TypeMethodDescriptionintintbooleanbooleanConstructors in org.biojava3.core.sequence.location with parameters of type PointModifierConstructorDescriptionGroupLocation(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
Classes in org.biojava3.core.sequence.location.template with type parameters of type PointModifier and TypeInterfaceDescriptionstatic interfacePoint.Resolver<T extends Point>Used to resolve a position about a pointMethods in org.biojava3.core.sequence.location.template that return 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 strandMethods in org.biojava3.core.sequence.location.template with parameters of type PointModifier and TypeMethodDescriptionbooleanReturns true if the point is higher in value to the current pointbooleanReturns true if the current point is at a lower position than the point given.Constructors in org.biojava3.core.sequence.location.template with parameters of type PointModifierConstructorDescriptionAbstractLocation(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