Package com.uc4.api
Class TrafficLight
- java.lang.Object
-
- com.uc4.api.TrafficLight
-
public class TrafficLight extends java.lang.ObjectThis class represents the traffic light information.
-
-
Constructor Summary
Constructors Constructor Description TrafficLight(org.w3c.dom.Element row)Internal use only.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAbortCount()Returns the number of aborted tasks.intgetBlockCount()Returns the number of blocked tasks.intgetRunningCount()Return the number of running tasks.intgetWaitingCount()Returns the number of waiting tasks.
-
-
-
Method Detail
-
getAbortCount
public int getAbortCount()
Returns the number of aborted tasks.- Returns:
- number of aborted tasks
-
getBlockCount
public int getBlockCount()
Returns the number of blocked tasks.- Returns:
- number of block tasks
-
getRunningCount
public int getRunningCount()
Return the number of running tasks.- Returns:
- number of running tasks
-
getWaitingCount
public int getWaitingCount()
Returns the number of waiting tasks.- Returns:
- number of running tasks
-
-