|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransformationNodeVisitor
Interface for transformation tree visitors.
Method Summary | |
---|---|
boolean |
includeAnnotatedNodes()
Specifies if annotated nodes should be included in the traversal. |
boolean |
isFromTargetToSource()
Specifies the traversal direction. |
void |
leave(CellNode cell)
Called after a cell node has been visited. |
void |
leave(SourceNode source)
Called after a source node has been visited. |
void |
leave(TargetNode target)
Called after a target node has been visited. |
void |
leave(TransformationTree root)
Called after a transformation tree root has been visited. |
boolean |
visit(CellNode cell)
Visit a cell node. |
boolean |
visit(SourceNode source)
Visit a source node. |
boolean |
visit(TargetNode target)
Visit a target node. |
boolean |
visit(TransformationTree root)
Visit a transformation tree root. |
Method Detail |
---|
boolean visit(TransformationTree root)
root
- the transformation tree root
void leave(TransformationTree root)
root
- the transformation tree rootboolean visit(TargetNode target)
target
- the target node
void leave(TargetNode target)
target
- the target nodeboolean visit(CellNode cell)
cell
- the cell node
void leave(CellNode cell)
cell
- the cell nodeboolean visit(SourceNode source)
source
- the source node
void leave(SourceNode source)
source
- the source nodeboolean isFromTargetToSource()
true
if the tree is to be traversed from targets to
sources, false
if the other way roundboolean includeAnnotatedNodes()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |