Class BTree


  • public class BTree
    extends java.lang.Object
    Binary Node of the tree representing linear constraint.
    Version:
    4.8
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) RootBNode root  
    • Constructor Summary

      Constructors 
      Constructor Description
      BTree​(RootBNode root)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.String printNode​(BinaryNode node)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • printNode

        java.lang.String printNode​(BinaryNode node)