gate.fsm
Class RuleTime
java.lang.Object
gate.fsm.RuleTime
public class RuleTime
- extends Object
- Author:
- andrew
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timeSpent
private long timeSpent
ruleName
private final String ruleName
RuleTime
RuleTime(long my_timeSpent,
String my_ruleName)
getTimeSpent
public long getTimeSpent()
setTimeSpent
public void setTimeSpent(long timeSpent)
addTime
public long addTime(long additionalTime)
getRuleName
public String getRuleName()