Class DPILocation
- java.lang.Object
-
- ro.sync.ecss.extensions.api.webapp.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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getEndLocation()
java.util.List<java.lang.Long>
getNodeIds()
int
getStartLocation()
-
-
-
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.
-
-