Public Methods | |
BirThread (TransSystem sys, String name, int id) | |
int | getId () |
LocVector | getLocations () |
String | getName () |
Location | getStartLoc () |
TransSystem | getSystem () |
boolean | isMain () |
void | setLocations (LocVector v) |
void | setMain (boolean isMain) |
void | setStartLoc (Location loc) |
String | toString () |
Private Attributes | |
TransSystem | system |
String | name |
Location | startLoc |
int | id |
LocVector | threadLocVector |
boolean | main = false |
Each BIR thread has:
Definition at line 52 of file BirThread.java.