Class TreeNode

  • Direct Known Subclasses:
    ThetaLambdaNode, ThetaNode

    class TreeNode
    extends java.lang.Object
    Implements TreeNode for Tree.
    Version:
    4.8
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int index  
      (package private) TaskView task  
    • Constructor Summary

      Constructors 
      Constructor Description
      TreeNode()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • TreeNode

        TreeNode()