public class TrafficLight
extends java.lang.Object
Constructor and Description |
---|
TrafficLight(org.w3c.dom.Element row)
Internal use only.
|
Modifier and Type | Method and Description |
---|---|
int |
getAbortCount()
Returns the number of aborted tasks.
|
int |
getBlockCount()
Returns the number of blocked tasks.
|
int |
getRunningCount()
Return the number of running tasks.
|
int |
getWaitingCount()
Returns the number of waiting tasks.
|
public TrafficLight(org.w3c.dom.Element row)
row
- Rowpublic int getAbortCount()
public int getBlockCount()
public int getRunningCount()
public int getWaitingCount()