Class InsdcLocations.GroupLocation
java.lang.Object
org.biojava.nbio.core.sequence.location.template.AbstractLocation
org.biojava.nbio.core.sequence.location.SimpleLocation
org.biojava.nbio.core.sequence.location.InsdcLocations.GroupLocation
- All Implemented Interfaces:
- Serializable,- Iterable<Location>,- Location,- Accessioned
- Enclosing class:
- InsdcLocations
Deprecated in INSDC yet still appears; equivalent to the order()
 directive except no 5' to 3' ordering is defined. The constructor
 reflects this relationship and only allows the creation of complex
 locations
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.biojava.nbio.core.sequence.location.template.LocationLocation.Tools
- 
Field Summary
- 
Constructor SummaryConstructorsConstructorDescriptionGroupLocation(boolean isCircular, Location... subLocations) GroupLocation(int start, int end, Strand strand, List<Location> subLocations) GroupLocation(int start, int end, Strand strand, Location... subLocations) GroupLocation(List<Location> subLocations) GroupLocation(Location... subLocations) GroupLocation(Point start, Point end, Strand strand, boolean circular, Location... subLocations) GroupLocation(Point start, Point end, Strand strand, Location... subLocations) 
- 
Method SummaryMethods inherited from class org.biojava.nbio.core.sequence.location.template.AbstractLocationassertLocation, canComplement, equals, getAccession, getEnd, getLength, getRelevantSubLocations, getRelevantSubSequence, getStart, getStrand, getSubLocations, getSubSequence, hashCode, isBetweenCompounds, isCircular, isComplex, isPartial, isPartialOn3prime, isPartialOn5prime, iterator, reverseSequence, setAccession, setBetweenCompounds, setCircular, setEnd, setPartialOn3prime, setPartialOn5prime, setStart, setStrand, setSubLocations, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Constructor Details- 
GroupLocation
- 
GroupLocation
- 
GroupLocation
- 
GroupLocationpublic GroupLocation(Point start, Point end, Strand strand, boolean circular, Location... subLocations) 
- 
GroupLocation
- 
GroupLocation
- 
GroupLocation
- 
GroupLocation
- 
GroupLocation
 
-