bamboo.api
Class BambooLeafSetChanged

java.lang.Object
  extended by bamboo.api.BambooLeafSetChanged
All Implemented Interfaces:
QueueElementIF

public class BambooLeafSetChanged
extends Object
implements QueueElementIF

BambooLeafSetChanged.

Version:
$Id: BambooLeafSetChanged.java,v 1.1 2003/10/05 19:02:02 srhea Exp $
Author:
Sean C. Rhea

Field Summary
 BambooNeighborInfo[] preds
           
 BambooNeighborInfo[] succs
           
 
Constructor Summary
BambooLeafSetChanged(BambooNeighborInfo[] p, BambooNeighborInfo[] s)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

preds

public BambooNeighborInfo[] preds

succs

public BambooNeighborInfo[] succs
Constructor Detail

BambooLeafSetChanged

public BambooLeafSetChanged(BambooNeighborInfo[] p,
                            BambooNeighborInfo[] s)
Method Detail

toString

public String toString()
Overrides:
toString in class Object