|
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
eu.esdihumboldt.hale.common.align.model.transformation.tree.visitor.AbstractSourceToTargetVisitor
eu.esdihumboldt.hale.common.align.model.transformation.tree.visitor.InstanceVisitor
public class InstanceVisitor
Visitor that annotates a transformation tree with the values of properties in a source instance.
Constructor Summary | |
---|---|
InstanceVisitor(FamilyInstance instance,
TransformationTree tree)
Creates an instance visitor. |
Method Summary | |
---|---|
boolean |
includeAnnotatedNodes()
Specifies if annotated nodes should be included in the traversal. |
boolean |
visit(CellNode cell)
Visit a cell node. |
boolean |
visit(SourceNode source)
Visit a source node. |
Methods inherited from class eu.esdihumboldt.hale.common.align.model.transformation.tree.visitor.AbstractSourceToTargetVisitor |
---|
isFromTargetToSource |
Methods inherited from class eu.esdihumboldt.hale.common.align.model.transformation.tree.visitor.AbstractTransformationNodeVisitor |
---|
leave, leave, leave, leave, visit, visit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InstanceVisitor(FamilyInstance instance, TransformationTree tree)
instance
- the instance, may be nulltree
- the transformation tree, may be null if instance is nullMethod Detail |
---|
public boolean visit(CellNode cell)
TransformationNodeVisitor
visit
in interface TransformationNodeVisitor
visit
in class AbstractTransformationNodeVisitor
cell
- the cell node
AbstractTransformationNodeVisitor.visit(CellNode)
public boolean visit(SourceNode source)
TransformationNodeVisitor
visit
in interface TransformationNodeVisitor
visit
in class AbstractTransformationNodeVisitor
source
- the source node
AbstractTransformationNodeVisitor.visit(SourceNode)
public boolean includeAnnotatedNodes()
TransformationNodeVisitor
TransformationNodeVisitor.includeAnnotatedNodes()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |