|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TargetNode in eu.esdihumboldt.cst.internal |
---|
Method parameters in eu.esdihumboldt.cst.internal with type arguments of type TargetNode | |
---|---|
protected void |
FunctionExecutor.executeTransformation(PropertyTransformationFactory transformation,
Cell cell,
com.google.common.collect.ListMultimap<String,Pair<SourceNode,Entity>> sources,
com.google.common.collect.ListMultimap<String,Pair<TargetNode,Entity>> targets)
Execute a property transformation. |
protected void |
FunctionExecutor.processValid(Cell cell,
com.google.common.collect.ListMultimap<String,Pair<SourceNode,Entity>> sources,
com.google.common.collect.ListMultimap<String,Pair<TargetNode,Entity>> targets)
|
Uses of TargetNode in eu.esdihumboldt.hale.common.align.model.transformation.tree |
---|
Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree that return types with arguments of type TargetNode | |
---|---|
List<TargetNode> |
GroupNode.getChildren(boolean includeAnnotations)
Get the type/group/property's children |
List<TargetNode> |
CellNode.getTargets()
Get the associated target nodes. |
Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree with parameters of type TargetNode | |
---|---|
void |
GroupNode.addAnnotatedChild(TargetNode node)
Add a node as annotated child. |
void |
CellNode.addTarget(TargetNode target)
Add an associated target node to the cell. |
void |
TransformationNodeVisitor.leave(TargetNode target)
Called after a target node has been visited. |
boolean |
TransformationNodeVisitor.visit(TargetNode target)
Visit a target node. |
Uses of TargetNode in eu.esdihumboldt.hale.common.align.model.transformation.tree.context.impl |
---|
Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree.context.impl that return types with arguments of type TargetNode | |
---|---|
Collection<Pair<TargetNodeImpl,TargetNode>> |
TargetContext.DuplicationContext.getIncompleteTargetNodes()
Get target nodes that have incomplete children or assignments compared to the original. |
Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree.context.impl with parameters of type TargetNode | |
---|---|
void |
TargetContext.DuplicationContext.addNode(TargetNodeImpl targetNode,
TargetNode originalTarget)
Add a node to the duplication context. |
Constructor parameters in eu.esdihumboldt.hale.common.align.model.transformation.tree.context.impl with type arguments of type TargetNode | |
---|---|
TargetContext(Set<TargetNode> contextTargets)
Create a transformation context that duplicates subgraphs leading to the given target nodes. |
Uses of TargetNode in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl |
---|
Classes in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl that implement TargetNode | |
---|---|
class |
TargetNodeImpl
Default TargetNode implementation |
Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl that return types with arguments of type TargetNode | |
---|---|
List<TargetNode> |
AbstractGroupNode.getChildren(boolean includeAnnotations)
|
abstract List<TargetNode> |
AbstractGroupNode.getFixedChildren()
Get the fixed target node children, i.e. |
List<TargetNode> |
TransformationTreeImpl.getFixedChildren()
|
List<TargetNode> |
TargetNodeImpl.getFixedChildren()
|
List<TargetNode> |
CellNodeImpl.getTargets()
|
Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl with parameters of type TargetNode | |
---|---|
void |
AbstractGroupNode.addAnnotatedChild(TargetNode node)
|
void |
TargetNodeImpl.addChild(TargetNode node)
Add a child to the target node. |
void |
CellNodeImpl.addTarget(TargetNode target)
|
Uses of TargetNode in eu.esdihumboldt.hale.common.align.model.transformation.tree.visitor |
---|
Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree.visitor with parameters of type TargetNode | |
---|---|
void |
AbstractTransformationNodeVisitor.leave(TargetNode target)
|
boolean |
ResetVisitor.visit(TargetNode target)
|
boolean |
AbstractTransformationNodeVisitor.visit(TargetNode target)
|
Method parameters in eu.esdihumboldt.hale.common.align.model.transformation.tree.visitor with type arguments of type TargetNode | |
---|---|
protected void |
CellNodeValidator.processValid(Cell cell,
com.google.common.collect.ListMultimap<String,Pair<SourceNode,Entity>> sources,
com.google.common.collect.ListMultimap<String,Pair<TargetNode,Entity>> targets)
Process a valid cell node. |
protected boolean |
CellNodeValidator.validate(CellNode node,
com.google.common.collect.ListMultimap<String,Pair<SourceNode,Entity>> sources,
com.google.common.collect.ListMultimap<String,Pair<TargetNode,Entity>> targets)
Validate a cell node. |
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |