|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TargetNode
Target group or property
Field Summary | |
---|---|
static String |
ANNOTATION_RESULT
Name of the value annotation. |
static String |
ANNOTATION_RESULT_DEFINED
Name of the value defined annotation. |
Fields inherited from interface eu.esdihumboldt.hale.common.align.model.transformation.tree.GroupNode |
---|
ANNOTATION_CHILDREN |
Method Summary | |
---|---|
Set<String> |
getAssignmentNames(CellNode assignment)
Get the assignment names for the given cell. |
Set<CellNode> |
getAssignments()
Get the assignment to this property |
ChildDefinition<?> |
getDefinition()
Get the associated definition |
EntityDefinition |
getEntityDefinition()
Get the full entity definition associated with the node. |
Object |
getResult()
Get the result value of the node as assigned through a property transformation. |
boolean |
isDefined()
Get if the node result is defined. |
void |
setDefined(boolean defined)
Set the value of the result defined annotation. |
void |
setResult(Object value)
Set the value of the result annotation. |
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 |
Field Detail |
---|
static final String ANNOTATION_RESULT_DEFINED
static final String ANNOTATION_RESULT
Method Detail |
---|
Set<CellNode> getAssignments()
ChildDefinition<?> getDefinition()
EntityDefinition getEntityDefinition()
Set<String> getAssignmentNames(CellNode assignment)
assignment
- the assigned cell
boolean isDefined()
false
if it is not setANNOTATION_RESULT_DEFINED
void setDefined(boolean defined)
defined
- if the node result is definedANNOTATION_RESULT_DEFINED
Object getResult()
null
ANNOTATION_RESULT
void setResult(Object value)
true
.
value
- the result value of the nodeANNOTATION_RESULT
,
ANNOTATION_RESULT_DEFINED
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |