Package org.jmol.bspt

Class Element

  • Direct Known Subclasses:
    Leaf, Node

    abstract class Element
    extends java.lang.Object
    the internal tree is made up of elements ... either Node or Leaf
    Author:
    Miguel, miguel@jmol.org
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Bspt bspt  
      (package private) int count  
    • Constructor Summary

      Constructors 
      Constructor Description
      Element()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      (package private) abstract Element addTuple​(int level, javajs.util.T3 tuple)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • count

        int count
    • Constructor Detail

      • Element

        Element()
    • Method Detail

      • addTuple

        abstract Element addTuple​(int level,
                                  javajs.util.T3 tuple)