|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.align.model.transformation.tree.impl.AbstractTransformationNode
public abstract class AbstractTransformationNode
Abstract transformation node implementation.
Constructor Summary | |
---|---|
AbstractTransformationNode()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface eu.esdihumboldt.hale.common.align.model.transformation.tree.TransformationNode |
---|
accept |
Constructor Detail |
---|
public AbstractTransformationNode()
Method Detail |
---|
public void reset()
TransformationNode
reset
in interface TransformationNode
TransformationNode.reset()
public Object getAnnotation(String name)
TransformationNode
getAnnotation
in interface TransformationNode
name
- the annotation name
null
if there is noneTransformationNode.getAnnotation(String)
public void setAnnotation(String name, Object annotation)
TransformationNode
setAnnotation
in interface TransformationNode
name
- the annotation nameannotation
- the annotation valueTransformationNode.setAnnotation(String, Object)
public boolean hasAnnotations()
TransformationNode
hasAnnotations
in interface TransformationNode
TransformationNode.hasAnnotations()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |