Class InsdcLocations.BondLocation
- java.lang.Object
-
- org.biojava.nbio.core.sequence.location.template.AbstractLocation
-
- org.biojava.nbio.core.sequence.location.InsdcLocations.BondLocation
-
- All Implemented Interfaces:
Serializable
,Iterable<Location>
,Location
,Accessioned
- Enclosing class:
- InsdcLocations
public static class InsdcLocations.BondLocation extends AbstractLocation
Used to represent bond locations equivalent to bond(7,8) or bond(7). Bond locations are single position complex locations- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.biojava.nbio.core.sequence.location.template.Location
Location.Tools
-
-
Constructor Summary
Constructors Constructor Description BondLocation(List<Location> subLocations)
BondLocation(Location... subLocations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
assertLocation()
-
Methods inherited from class org.biojava.nbio.core.sequence.location.template.AbstractLocation
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, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
BondLocation
public BondLocation(Location... subLocations)
-
BondLocation
public BondLocation(List<Location> subLocations)
-
-
Method Detail
-
assertLocation
protected final void assertLocation()
- Overrides:
assertLocation
in classAbstractLocation
-
-