edu.cmu.emulator.event
Class EBNodeFarm
java.lang.Object
edu.cmu.emulator.event.EBNodeFarm
public class EBNodeFarm
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ebNodes
private static EBinaryNode[] ebNodes
numAvailable
private static int numAvailable
FARM_SIZE
private static final int FARM_SIZE
- See Also:
- Constant Field Values
EBNodeFarm
public EBNodeFarm()
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.