|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.align.model.transformation.tree.visitor.AbstractTransformationNodeVisitor
public abstract class AbstractTransformationNodeVisitor
TODO Type description
Constructor Summary | |
---|---|
AbstractTransformationNodeVisitor()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface eu.esdihumboldt.hale.common.align.model.transformation.tree.TransformationNodeVisitor |
---|
includeAnnotatedNodes, isFromTargetToSource |
Constructor Detail |
---|
public AbstractTransformationNodeVisitor()
Method Detail |
---|
public boolean visit(TransformationTree root)
TransformationNodeVisitor
visit
in interface TransformationNodeVisitor
root
- the transformation tree root
TransformationNodeVisitor.visit(TransformationTree)
public boolean visit(TargetNode target)
TransformationNodeVisitor
visit
in interface TransformationNodeVisitor
target
- the target node
TransformationNodeVisitor.visit(TargetNode)
public boolean visit(CellNode cell)
TransformationNodeVisitor
visit
in interface TransformationNodeVisitor
cell
- the cell node
TransformationNodeVisitor.visit(CellNode)
public boolean visit(SourceNode source)
TransformationNodeVisitor
visit
in interface TransformationNodeVisitor
source
- the source node
TransformationNodeVisitor.visit(SourceNode)
public void leave(TransformationTree root)
TransformationNodeVisitor
leave
in interface TransformationNodeVisitor
root
- the transformation tree rootTransformationNodeVisitor.leave(TransformationTree)
public void leave(TargetNode target)
TransformationNodeVisitor
leave
in interface TransformationNodeVisitor
target
- the target nodeTransformationNodeVisitor.leave(TargetNode)
public void leave(CellNode cell)
TransformationNodeVisitor
leave
in interface TransformationNodeVisitor
cell
- the cell nodeTransformationNodeVisitor.leave(CellNode)
public void leave(SourceNode source)
TransformationNodeVisitor
leave
in interface TransformationNodeVisitor
source
- the source nodeTransformationNodeVisitor.leave(SourceNode)
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |