Class BinaryTree.Node

java.lang.Object
org.gvsig.remoteclient.wfs.filters.BinaryTree.Node
Enclosing class:
BinaryTree

public class BinaryTree.Node extends Object
This class represents a binary tree node.
Author:
Jorge Piera LlodrĂ¡ (piera_jor@gva.es)
  • Method Details

    • isField

      public boolean isField()
    • getLeftNode

      public BinaryTree.Node getLeftNode()
      Returns:
      Returns the leftNode.
    • getRigthNode

      public BinaryTree.Node getRigthNode()
      Returns:
      Returns the rigthNode.
    • getValue

      public String getValue()
      Returns:
      Returns the value.