|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectar.edu.unr.fceia.bottallo.Temp_info
public class Temp_info
Temporized information of a Statecharts state
Constructor Summary | |
---|---|
Temp_info()
Creates a new instance of State_Temporized |
Method Summary | |
---|---|
protected int |
getStayTime()
Get the stay time, useful to check if a limit is reached |
protected int |
getTimeLowLimit()
Get the low time-limt |
protected int |
getTimeUpLimit()
Get the up time-limt |
protected boolean |
passLowLimit()
Check if the low time limit is reached |
protected void |
setStayTime(int t)
Set the stay time, useful to reset the permanence time |
protected void |
setTimeLowLimit(int t)
Set the low time-limt |
protected void |
setTimeUpLimit(int t)
Set the up time-limt |
protected void |
tic()
Increment in an unit of time the permanence in the temporized state |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Temp_info()
Method Detail |
---|
protected void tic()
protected void setTimeLowLimit(int t)
protected int getTimeLowLimit()
protected void setTimeUpLimit(int t)
protected int getTimeUpLimit()
protected void setStayTime(int t)
protected int getStayTime()
protected boolean passLowLimit()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |