|
||||||||||
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 Node information. |
Integer |
getIdOfNode(Node target)
Get ID of target Node in result Document |
Integer |
getIdOfOrigNode(Node target)
Get ID of target Node in original Document |
Map<Node,Integer> |
getOrig2idMap()
|
Node |
getOrigNode(Node result)
Get corresponding Node from original Document |
Node |
getReplacement(Node target)
Get replacement Node of target Node |
Node |
getResultNode(Node orig)
Get corresponding Node from result Document |
Method Detail |
---|
Map<Node,Integer> getOrig2idMap()
Node
in original Document to corresponding
result Node
IDvoid 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 |