public EnsJSequence(String id, Controller c, Location loc, String driverPath) {
    super(id, c);

    this.location = loc;

    setRange(new Range("dummy", loc.getStart(), loc.getEnd()));

    setDriverPath(driverPath);
    setLength(loc.getLength());
  }