All Packages This Package Class Hierarchy Class Search Index
Class Node
java.lang.Object
|
+----java.awt.Component
|
+----Node
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();
}
public int parentCount
public int childrenCount
public boolean isOnNode
public Node(String label)
Constructor for default number of parent and children
public Node(String label,
int pCount,
int cCout)
Constructor for user-defined number of parent and children
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