java.lang.Object
signalprocesser.voronoi.statusstructure.binarysearchtreeimpl.VInternalNode
All Implemented Interfaces:
VNode

public class VInternalNode extends Object implements VNode
  • Field Details

  • Constructor Details

    • VInternalNode

      public VInternalNode()
    • VInternalNode

      public VInternalNode(VNode _left, VNode _right)
  • Method Details

    • getParent

      public VInternalNode getParent()
      Specified by:
      getParent in interface VNode
    • setParent

      public void setParent(VInternalNode _parent)
      Specified by:
      setParent in interface VNode
    • getDepth

      public int getDepth()
    • isLeafNode

      public boolean isLeafNode()
      Specified by:
      isLeafNode in interface VNode
    • isInternalNode

      public boolean isInternalNode()
      Specified by:
      isInternalNode in interface VNode
    • getLeft

      public VNode getLeft()
    • setLeft

      public void setLeft(VNode _left)
    • getRight

      public VNode getRight()
    • setRight

      public void setRight(VNode _right)
    • setDepthForRootNode

      public void setDepthForRootNode()
    • setSiteEvents

      public void setSiteEvents(VSiteEvent _siteevent_left, VSiteEvent _siteevent_right)
    • toString

      public String toString()
      Overrides:
      toString in class Object