|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CellNode 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 CellNode | |
---|---|
Set<CellNode> |
TargetNode.getAssignments()
Get the assignment to this property |
Collection<CellNode> |
SourceNode.getRelations(boolean includeAnnotated)
Get the relations associated to the source node. |
Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree with parameters of type CellNode | |
---|---|
void |
SourceNode.addAnnotatedRelation(CellNode relation)
Add a cell node as annotated relation. |
void |
SourceNode.addRelation(CellNode cellNode)
Add a relation. |
Set<String> |
TargetNode.getAssignmentNames(CellNode assignment)
Get the assignment names for the given cell. |
void |
TransformationNodeVisitor.leave(CellNode cell)
Called after a cell node has been visited. |
boolean |
TransformationNodeVisitor.visit(CellNode cell)
Visit a cell node. |
Uses of CellNode 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 CellNode | |
---|---|
Collection<Pair<CellNodeImpl,CellNode>> |
TargetContext.DuplicationContext.getIncompleteCellNodes()
Get cell nodes that have incomplete sources compared to the original. |
Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree.context.impl with parameters of type CellNode | |
---|---|
void |
TargetContext.DuplicationContext.addNode(CellNodeImpl cellNode,
CellNode originalCell)
Add a node to the duplication context. |
Uses of CellNode in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl |
---|
Classes in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl that implement CellNode | |
---|---|
class |
CellNodeImpl
Default CellNode implementation |
Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl that return types with arguments of type CellNode | |
---|---|
Set<CellNode> |
TargetNodeImpl.getAssignments()
|
Collection<CellNode> |
SourceNodeImpl.getRelations(boolean includeAnnotated)
|
Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl with parameters of type CellNode | |
---|---|
void |
SourceNodeImpl.addAnnotatedRelation(CellNode relation)
|
void |
TargetNodeImpl.addAssignment(Set<String> names,
CellNode cell)
Add an assignment to the target node. |
void |
SourceNodeImpl.addRelation(CellNode cellNode)
|
Set<String> |
TargetNodeImpl.getAssignmentNames(CellNode assignment)
|
Constructor parameters in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl with type arguments of type CellNode | |
---|---|
TargetNodeImpl(EntityDefinition entity,
Collection<CellNode> cells,
TypeDefinition parentType,
int depth,
GroupNode parent)
Create a target node that is populated with assignments and children according to the given parameters. |
Uses of CellNode 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 CellNode | |
---|---|
void |
AbstractTransformationNodeVisitor.leave(CellNode cell)
|
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. |
boolean |
ResetVisitor.visit(CellNode cell)
|
boolean |
InstanceVisitor.visit(CellNode cell)
|
boolean |
AbstractTransformationNodeVisitor.visit(CellNode cell)
|
boolean |
DuplicationVisitor.visit(CellNode cell)
|
boolean |
CellNodeValidator.visit(CellNode node)
|
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |