|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectar.edu.unr.fceia.bottallo.Param_info
public class Param_info
Parametrized information of a Statecharts state
Constructor Summary | |
---|---|
Param_info()
Creates a new instance of State_Parametrized |
Method Summary | |
---|---|
protected java.lang.String |
getActiveInfo()
Get the active information |
protected int |
getLastValue()
Get the last value from [var=startValue..lastValue] |
protected int |
getStartValue()
Get the start value from [var=startValue..lastValue] |
protected java.lang.String |
getVariable()
Get variable from [var=startValue..lastValue] |
protected void |
setActiveInfo(java.lang.String info)
Set the active information (active states) of a parametrized state |
protected void |
setLastValue(java.lang.String name)
Set the last value |
protected void |
setStartValue(java.lang.String name)
Set the start value |
protected void |
setVariable(java.lang.String name)
Set the variable |
protected void |
unsetActiveInfo(java.lang.String info)
Remove or unset the active information |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Param_info()
Method Detail |
---|
protected java.lang.String getVariable()
protected int getStartValue()
protected int getLastValue()
protected void setVariable(java.lang.String name)
protected void setStartValue(java.lang.String name)
protected void setLastValue(java.lang.String name)
protected void setActiveInfo(java.lang.String info)
protected void unsetActiveInfo(java.lang.String info)
protected java.lang.String getActiveInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |