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:
  • Constructor Details

    • BondLocation

      public BondLocation(Location... subLocations)
    • BondLocation

      public BondLocation(List<Location> subLocations)
  • Method Details