Package pal.treesearch
Interface NodeAccess
-
public interface NodeAccess
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getAnnotation()
java.lang.String
getLabel()
boolean
isLeaf()
void
setAnnotation(java.lang.Object annotation)
Set the annotation for this branch (will be used when instructing TreeInterfaces
-
-
-
Method Detail
-
setAnnotation
void setAnnotation(java.lang.Object annotation)
Set the annotation for this branch (will be used when instructing TreeInterfaces- Parameters:
annotation
- The annotation object (dependent on the TreeInterface instructed)
-
getAnnotation
java.lang.Object getAnnotation()
-
isLeaf
boolean isLeaf()
-
getLabel
java.lang.String getLabel()
-
-