|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CellNode
Represents a cell in the transformation tree
Field Summary | |
---|---|
static String |
ANNOTATION_VALID
Name of the valid annotation |
Method Summary | |
---|---|
void |
addTarget(TargetNode target)
Add an associated target node to the cell. |
Cell |
getCell()
Get the associated cell. |
Set<String> |
getSourceNames(SourceNode source)
Get the entity names for the given source node. |
List<SourceNode> |
getSources()
Get the source entities associated to the cell. |
List<TargetNode> |
getTargets()
Get the associated target nodes. |
boolean |
isValid()
Get the value of the valid annotation. |
void |
setValid(boolean valid)
Set the value of the valid annotation. |
Methods inherited from interface eu.esdihumboldt.hale.common.align.model.transformation.tree.TransformationNode |
---|
accept, getAnnotation, hasAnnotations, reset, setAnnotation |
Field Detail |
---|
static final String ANNOTATION_VALID
Method Detail |
---|
Cell getCell()
List<SourceNode> getSources()
Set<String> getSourceNames(SourceNode source)
source
- the source node
void addTarget(TargetNode target)
target
- the target nodeList<TargetNode> getTargets()
void setValid(boolean valid)
valid
- if the cell node is valid in its configuration for
transformation executionANNOTATION_VALID
boolean isValid()
false
in any
case if no validation has been performed yet.
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |