ar.edu.unr.fceia.bottallo
Class Param_info

java.lang.Object
  extended by ar.edu.unr.fceia.bottallo.Param_info

public class Param_info
extends java.lang.Object

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

Param_info

public Param_info()
Creates a new instance of State_Parametrized

Method Detail

getVariable

protected java.lang.String getVariable()
Get variable from [var=startValue..lastValue]


getStartValue

protected int getStartValue()
Get the start value from [var=startValue..lastValue]


getLastValue

protected int getLastValue()
Get the last value from [var=startValue..lastValue]


setVariable

protected void setVariable(java.lang.String name)
Set the variable


setStartValue

protected void setStartValue(java.lang.String name)
Set the start value


setLastValue

protected void setLastValue(java.lang.String name)
Set the last value


setActiveInfo

protected void setActiveInfo(java.lang.String info)
Set the active information (active states) of a parametrized state


unsetActiveInfo

protected void unsetActiveInfo(java.lang.String info)
Remove or unset the active information


getActiveInfo

protected java.lang.String getActiveInfo()
Get the active information