|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.visualization.eval.problem.HighlightTargetNodeInfo
public class HighlightTargetNodeInfo
Utility class to get highlight target information.
Constructor Summary | |
---|---|
HighlightTargetNodeInfo(List<Node> targets)
Constructor of the class |
|
HighlightTargetNodeInfo(Node target)
Constructor of the class |
|
HighlightTargetNodeInfo(Node startTarget,
Node endTarget)
Constructor of the class |
Method Summary | |
---|---|
HighlightTargetId[] |
getHighlightTargetIds(Map<Node,Integer> node2Id)
Get corresponding Node IDs relate to the target Node |
HighlightTargetSourceInfo[] |
getHighlightTargetSourceInfo(Vector<Html2ViewMapData> html2ViewMapDataV)
Get corresponding HTML source positions relate to the target Node |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HighlightTargetNodeInfo(Node target)
target
- target Node
to highlight corresponding positionspublic HighlightTargetNodeInfo(Node startTarget, Node endTarget)
startTarget
- start Node
to highlight corresponding positionsendTarget
- end Node
to highlight corresponding positionspublic HighlightTargetNodeInfo(List<Node> targets)
targets
- list of target Node
to highlight corresponding
positionsMethod Detail |
---|
public HighlightTargetId[] getHighlightTargetIds(Map<Node,Integer> node2Id)
Node
IDs relate to the target Node
node2Id
- map between Node
and ID
HighlightTargetId
public HighlightTargetSourceInfo[] getHighlightTargetSourceInfo(Vector<Html2ViewMapData> html2ViewMapDataV)
Node
html2ViewMapDataV
- Vector of HTML source position information
HighlightTargetSourceInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |