|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransformationTree
Represents the root in a transformation tree.
Field Summary |
---|
Fields inherited from interface eu.esdihumboldt.hale.common.align.model.transformation.tree.GroupNode |
---|
ANNOTATION_CHILDREN |
Method Summary | |
---|---|
Collection<SourceNode> |
getRootSourceNodes()
Gets all root source nodes. |
Collection<SourceNode> |
getRootSourceNodes(TypeDefinition type)
Gets all root source nodes of the given type. |
SourceNode |
getSourceNode(TypeEntityDefinition type)
Get the source node representing the given type. |
TypeDefinition |
getType()
Get the associated type definition |
Methods inherited from interface eu.esdihumboldt.hale.common.align.model.transformation.tree.GroupNode |
---|
addAnnotatedChild, getChildren, getParent |
Methods inherited from interface eu.esdihumboldt.hale.common.align.model.transformation.tree.TransformationNode |
---|
accept, getAnnotation, hasAnnotations, reset, setAnnotation |
Method Detail |
---|
TypeDefinition getType()
SourceNode getSourceNode(TypeEntityDefinition type)
type
- the type entity definition
null
Collection<SourceNode> getRootSourceNodes(TypeDefinition type)
type
- the type definition
Collection<SourceNode> getRootSourceNodes()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |