Class InsdcLocations.GroupLocation

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

public static class InsdcLocations.GroupLocation extends SimpleLocation
Deprecated in INSDC yet still appears; equivalent to the order() directive except no 5' to 3' ordering is defined. The constructor reflects this relationship and only allows the creation of complex locations
See Also:
  • Constructor Details

    • GroupLocation

      public GroupLocation(List subLocations)
    • GroupLocation

      public GroupLocation(Location... subLocations)
    • GroupLocation

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

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

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

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

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

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