|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransformationNode
Interface for nodes that temporarily store transformation relevant data regarding specific source instances as annotations.
Method Summary | |
---|---|
void |
accept(TransformationNodeVisitor visitor)
Accept a transformation node visitor. |
Object |
getAnnotation(String name)
Get the annotation with the given name. |
boolean |
hasAnnotations()
Determines if the node has any annotations. |
void |
reset()
Clear all temporary transformation information in the node, i.e all annotations. |
void |
setAnnotation(String name,
Object annotation)
Set an annotation. |
Method Detail |
---|
void reset()
boolean hasAnnotations()
Object getAnnotation(String name)
name
- the annotation name
null
if there is nonevoid setAnnotation(String name, Object annotation)
name
- the annotation nameannotation
- the annotation valuevoid accept(TransformationNodeVisitor visitor)
visitor
- the visitor
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |