FORESTER 1.92

forester.tree
Class Branch

java.lang.Object
  |
  +--forester.tree.Branch

public class Branch
extends java.lang.Object

Version:
1.000 -- last modified: 10/01/01
Author:
Christian M. Zmasek

Constructor Summary
Branch(Node n1, Node n2)
           
 
Method Summary
 Node getNode1()
           
 Node getNode2()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Branch

public Branch(Node n1,
              Node n2)
Method Detail

getNode1

public Node getNode1()

getNode2

public Node getNode2()

toString

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

FORESTER 1.92