Interface NodeAccess


  • public interface NodeAccess
    • 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()