frysk.rt
Class CountManager

java.lang.Object
  extended by frysk.rt.CountManager

public class CountManager
extends Object

The CountManager keeps track of the unique IDs assigned to actionpoints and increments the next id as id's are requested.

Currently this is being used by BreakpointManager and DisplayManager


Field Summary
private static int actionPointCount
           
 
Constructor Summary
CountManager()
           
 
Method Summary
static int getNextId()
          Get the next available actionpoint ID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actionPointCount

private static int actionPointCount
Constructor Detail

CountManager

public CountManager()
Method Detail

getNextId

public static int getNextId()
Get the next available actionpoint ID

Returns:
The next unused integer actionpoint identifier