Package org.gcube.informationsystem.tree


package org.gcube.informationsystem.tree
  • Class
    Description
    Node<T>
    Represents a node in a Tree.
    An interface for performing an operation on a Node of a Tree.
    An interface for extracting identification and relationship information from elements to be used in a Tree.
    Tree<T>
    Represents a generic tree structure.