Uses of Class
org.biojava.bio.symbol.CircularLocation
-
Packages that use CircularLocation Package Description org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. -
-
Uses of CircularLocation in org.biojava.bio.symbol
Methods in org.biojava.bio.symbol that return CircularLocation Modifier and Type Method Description static CircularLocation
LocationTools. makeCircularLocation(int min, int max, int seqLength)
A simple method to generate a RangeLocation wrapped in a CircularLocation.
-