Class SimpleLocation

    • Constructor Detail

      • SimpleLocation

        public SimpleLocation​(int start,
                              int end)
      • SimpleLocation

        public SimpleLocation​(Point start,
                              Point end)
      • SimpleLocation

        public SimpleLocation​(int start,
                              int end,
                              Strand strand)
      • SimpleLocation

        public SimpleLocation​(int start,
                              int end,
                              Strand strand,
                              java.util.List<Location> subLocations)
      • SimpleLocation

        public SimpleLocation​(Point start,
                              Point end,
                              Strand strand)
      • SimpleLocation

        public SimpleLocation​(Point start,
                              Point end,
                              Strand strand,
                              boolean betweenCompounds,
                              AccessionID accession)
      • SimpleLocation

        public SimpleLocation​(Point start,
                              Point end,
                              Strand strand,
                              boolean circular,
                              boolean betweenBases)
      • SimpleLocation

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

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

        public SimpleLocation​(Point start,
                              Point end,
                              Strand strand,
                              boolean circular,
                              java.util.List<Location> subLocations)
      • SimpleLocation

        public SimpleLocation​(Point start,
                              Point end,
                              Strand strand,
                              java.util.List<Location> subLocations)
      • SimpleLocation

        public SimpleLocation​(Point start,
                              Point end,
                              Strand strand,
                              boolean circular,
                              boolean betweenBases,
                              java.util.List<Location> subLocations)