All Packages  This Package  Class Hierarchy  Class Search  Index

Class Node
java.lang.Object
   |
   +----java.awt.Component
           |
           +----Node

  Summary

public class  Node
     extends java.awt.Component
{
          // Fields 3
     public int childrenCount;
     public boolean isOnNode;
     public int parentCount;

          // Constructors 2
     public Node(String);
     public Node(String, int, int);

          // Methods 1
     public boolean isLeaf();
}




  Fields

parentCount

Summary  |  Top

   public int parentCount


childrenCount

Summary  |  Top
   public int childrenCount


isOnNode

Summary  |  Top
   public boolean isOnNode


  Constructors

Node

Summary  |  Top

   public Node(String label) 

Constructor for default number of parent and children



Node

Summary  |  Top
   public Node(String label, 
               int pCount, 
               int cCout) 

Constructor for user-defined number of parent and children



  Methods

isLeaf

Summary  |  Top
   public boolean isLeaf() 

Method isLeaf(). pre: none. post: true if node is leaf node, false otherwise.



All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.6