org.eclipse.actf.visualization.eval.problem
Class HighlightTargetId
java.lang.Object
org.eclipse.actf.visualization.eval.problem.HighlightTargetId
public class HighlightTargetId
- extends Object
The class to store IDs to highlight visualization result
Constructor Summary |
HighlightTargetId(int startId,
int endId)
Constructor of the class |
HighlightTargetId
public HighlightTargetId(int startId,
int endId)
- Constructor of the class
- Parameters:
startId
- ID of start positionendId
- ID of end position
getEndId
public int getEndId()
- Returns:
- end position ID
getStartId
public int getStartId()
- Returns:
- start position ID