edu.cmu.emulator.event
Class EBNodeFarm

java.lang.Object
  extended by edu.cmu.emulator.event.EBNodeFarm

public class EBNodeFarm
extends Object


Field Summary
private static EBinaryNode[] ebNodes
           
private static int FARM_SIZE
           
private static int numAvailable
           
 
Constructor Summary
EBNodeFarm()
           
 
Method Summary
static void deleteEBinaryNode(EBinaryNode ebNode)
           
static EBinaryNode newEBinaryNode(EmuEvent event, EBinaryNode lt, EBinaryNode rt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ebNodes

private static EBinaryNode[] ebNodes

numAvailable

private static int numAvailable

FARM_SIZE

private static final int FARM_SIZE
See Also:
Constant Field Values
Constructor Detail

EBNodeFarm

public EBNodeFarm()
Method Detail

newEBinaryNode

public static final EBinaryNode newEBinaryNode(EmuEvent event,
                                               EBinaryNode lt,
                                               EBinaryNode rt)

deleteEBinaryNode

public static final void deleteEBinaryNode(EBinaryNode ebNode)


Copyright © 2013. All Rights Reserved.