Class InsdcLocations.BondLocation
java.lang.Object
org.biojava3.core.sequence.location.template.AbstractLocation
org.biojava3.core.sequence.location.InsdcLocations.BondLocation
- All Implemented Interfaces:
Iterable<Location>
,Location
,Accessioned
- Enclosing class:
- InsdcLocations
Used to represent bond locations equivalent to bond(7,8) or bond(7). Bond locations are single
position complex locations
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.biojava3.core.sequence.location.template.Location
Location.Tools
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionBondLocation
(List<Location> subLocations) BondLocation
(Location... subLocations) -
Method Summary
Methods inherited from class org.biojava3.core.sequence.location.template.AbstractLocation
equals, getAccession, getEnd, getLength, getRelevantSubLocations, getRelevantSubSequence, getStart, getStrand, getSubLocations, getSubSequence, hashCode, isBetweenCompounds, isCircular, isComplex, iterator, toString
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
BondLocation
-
BondLocation
-