Class DPILocation
java.lang.Object
ro.sync.ecss.extensions.api.webapp.DPILocation
DPI location information.
-
Constructor Summary
ConstructorsConstructorDescriptionDPILocation
(int startLocation, int endLocation, List<Long> nodeIds) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionint
int
-
Constructor Details
-
DPILocation
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
- Returns:
- Returns the nodes marked by the dpi.
-