Class InsdcLocations.OrderLocation

All Implemented Interfaces:
Serializable, Iterable<Location>, Location, Accessioned
Enclosing class:
InsdcLocations

public static class InsdcLocations.OrderLocation extends SimpleLocation
Used to describe a 5' to 3' ordering but no firm assurance it is correct
See Also:
  • Constructor Details

    • OrderLocation

      public OrderLocation(List subLocations)
    • OrderLocation

      public OrderLocation(Location... subLocations)
    • OrderLocation

      public OrderLocation(Point start, Point end, Strand strand, boolean circular, Location... subLocations)
    • OrderLocation

      public OrderLocation(Point start, Point end, Strand strand, Location... subLocations)
    • OrderLocation

      public OrderLocation(int start, int end, Strand strand, Location... subLocations)
    • OrderLocation

      public OrderLocation(Point start, Point end, Strand strand, boolean circular, List<Location> subLocations)
    • OrderLocation

      public OrderLocation(Point start, Point end, Strand strand, List<Location> subLocations)
    • OrderLocation

      public OrderLocation(int start, int end, Strand strand, List<Location> subLocations)