public interface CellNode extends TransformationNode
Modifier and Type | Field and Description |
---|---|
static String |
ANNOTATION_VALID
Name of the valid annotation
|
Modifier and Type | Method and Description |
---|---|
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.
|
accept, getAnnotation, hasAnnotations, reset, setAnnotation
static final String ANNOTATION_VALID
Cell getCell()
List<SourceNode> getSources()
Set<String> getSourceNames(SourceNode source)
source
- the source nodevoid 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.Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a