Class DPILocation


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

      Constructors 
      Constructor Description
      DPILocation​(int startLocation, int endLocation, java.util.List<java.lang.Long> nodeIds)
      Constructor.
    • Constructor Detail

      • DPILocation

        public DPILocation​(int startLocation,
                           int endLocation,
                           java.util.List<java.lang.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 Detail

      • 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 java.util.List<java.lang.Long> getNodeIds()
        Returns:
        Returns the nodes marked by the dpi.