|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupNode | |
---|---|
eu.esdihumboldt.hale.common.align.model.transformation.tree | |
eu.esdihumboldt.hale.common.align.model.transformation.tree.impl |
Uses of GroupNode in eu.esdihumboldt.hale.common.align.model.transformation.tree |
---|
Subinterfaces of GroupNode in eu.esdihumboldt.hale.common.align.model.transformation.tree | |
---|---|
interface |
TargetNode
Target group or property |
interface |
TransformationTree
Represents the root in a transformation tree. |
Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree that return GroupNode | |
---|---|
GroupNode |
GroupNode.getParent()
Get the parent group node |
Uses of GroupNode in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl |
---|
Classes in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl that implement GroupNode | |
---|---|
class |
AbstractGroupNode
Abstract group node implementation. |
class |
TargetNodeImpl
Default TargetNode implementation |
class |
TransformationTreeImpl
Default TransformationTree implementation |
Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl that return GroupNode | |
---|---|
GroupNode |
AbstractGroupNode.getParent()
|
Constructors in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl with parameters of type GroupNode | |
---|---|
AbstractGroupNode(GroupNode parent)
Create a group node. |
|
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. |
|
TargetNodeImpl(EntityDefinition entity,
GroupNode parent)
Create a target node associated with the given entity definition but unpopulated. |
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |