org.biojava3.core.sequence.location
Class InsdcLocations.BondLocation

java.lang.Object
  extended by org.biojava3.core.sequence.location.template.AbstractLocation
      extended by org.biojava3.core.sequence.location.InsdcLocations.BondLocation
All Implemented Interfaces:
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


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.biojava3.core.sequence.location.template.Location
Location.Tools
 
Field Summary
 
Fields inherited from interface org.biojava3.core.sequence.location.template.Location
EMPTY
 
Constructor Summary
InsdcLocations.BondLocation(List<Location> subLocations)
           
InsdcLocations.BondLocation(Location... subLocations)
           
 
Method Summary
protected  void assertLocation()
           
 
Methods inherited from class org.biojava3.core.sequence.location.template.AbstractLocation
canComplement, equals, getAccession, getEnd, getLength, getRelevantSubLocations, getRelevantSubSequence, getStart, getStrand, getSubLocations, getSubSequence, hashCode, isBetweenCompounds, isCircular, isComplex, iterator, reverseSequence, setAccession, setBetweenCompounds, setCircular, setEnd, setStart, setStrand, setSubLocations, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InsdcLocations.BondLocation

public InsdcLocations.BondLocation(Location... subLocations)

InsdcLocations.BondLocation

public InsdcLocations.BondLocation(List<Location> subLocations)
Method Detail

assertLocation

protected final void assertLocation()
Overrides:
assertLocation in class AbstractLocation