gate.fsm
Class RuleTime

java.lang.Object
  extended by gate.fsm.RuleTime
All Implemented Interfaces:
Serializable

public class RuleTime
extends Object
implements Serializable

Author:
andrew
See Also:
Serialized Form

Method Summary
 long addTime(long additionalTime)
           
 String getRuleName()
           
 long getTimeSpent()
           
 void setTimeSpent(long timeSpent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTimeSpent

public long getTimeSpent()

setTimeSpent

public void setTimeSpent(long timeSpent)

addTime

public long addTime(long additionalTime)

getRuleName

public String getRuleName()