Public Methods | |
LockLit (TransSystem system) | |
void | apply (Switch sw) |
BirThread | getOwner () |
TransSystem | getSystem () |
Type | getType () |
ThreadVector | getWaitingThreads () |
LockLit | nextState (int operation, BirThread thread, int choice) |
boolean | queryState (int operation, BirThread thread) |
String | toString () |
Private Attributes | |
int | heldCount = 0 |
BirThread | owner = null |
boolean[] | waiting |
int[] | waitHeldCount |
TransSystem | system |
int | numThreads |
Can only appear in a BirState (not in transition system source).
Definition at line 45 of file LockLit.java.