Class DPILocation

java.lang.Object
ro.sync.ecss.extensions.api.webapp.DPILocation

@API(type=NOT_EXTENDABLE, src=PUBLIC) public class DPILocation extends Object
DPI location information.
  • Constructor Details

    • DPILocation

      public DPILocation(int startLocation, int endLocation, List<Long> nodeIds)
      Constructor.
      Parameters:
      startLocation - Start offset of the dpi.
      endLocation - End offset of the dpi (exclusive).
      nodeIds - The nodes marked by the dpi.
  • Method Details

    • getStartLocation

      public int getStartLocation()
      Returns:
      Returns the start offset of the dpi.
    • getEndLocation

      public int getEndLocation()
      Returns:
      Returns the end offset of the dpi (exclusive).
    • getNodeIds

      public List<Long> getNodeIds()
      Returns:
      Returns the nodes marked by the dpi.