| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IVisualizeMapData
Interface to provide mapping information between original Document
 and visualization result Document
| Method Summary | |
|---|---|
|  void | addReplacedNodeMapping(Node target,
                       Node replacement)Add replaced Nodeinformation. | 
|  Integer | getIdOfNode(Node target)Get ID of target Nodein resultDocument | 
|  Integer | getIdOfOrigNode(Node target)Get ID of target Nodein originalDocument | 
|  Map<Node,Integer> | getOrig2idMap() | 
|  Node | getOrigNode(Node result)Get corresponding Nodefrom originalDocument | 
|  Node | getReplacement(Node target)Get replacement Nodeof targetNode | 
|  Node | getResultNode(Node orig)Get corresponding Nodefrom resultDocument | 
| Method Detail | 
|---|
Map<Node,Integer> getOrig2idMap()
Node in original Document to corresponding
         result Node ID
void addReplacedNodeMapping(Node target,
                            Node replacement)
Node information.
target - target Node to replacereplacement - replacement NodeNode getOrigNode(Node result)
Node from original Document
result - target Node in result Document
Node getResultNode(Node orig)
Node from result Document
orig - target Node in original Document
Node getReplacement(Node target)
Node of target Node
target - target Node
Integer getIdOfNode(Node target)
Node in result Document
target - target Node
Integer getIdOfOrigNode(Node target)
Node in original Document
target - target Node
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||