|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupNode
A target type, group or property node
Field Summary | |
---|---|
static String |
ANNOTATION_CHILDREN
Name of the children annotation. |
Method Summary | |
---|---|
void |
addAnnotatedChild(TargetNode node)
Add a node as annotated child. |
List<TargetNode> |
getChildren(boolean includeAnnotations)
Get the type/group/property's children |
GroupNode |
getParent()
Get the parent group node |
Methods inherited from interface eu.esdihumboldt.hale.common.align.model.transformation.tree.TransformationNode |
---|
accept, getAnnotation, hasAnnotations, reset, setAnnotation |
Field Detail |
---|
static final String ANNOTATION_CHILDREN
Method Detail |
---|
List<TargetNode> getChildren(boolean includeAnnotations)
includeAnnotations
- if annotated children should be included
void addAnnotatedChild(TargetNode node)
TransformationNode.reset()
.
node
- the target node to add as annotated childGroupNode getParent()
null
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |