|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MutableVar
Standard mutable variable definition
| Method Summary | |
|---|---|
MutableVarValue |
previous()
It returns the earlier value of variable comparing to the current one. |
void |
removeLevel(int removeLevel)
It removes given level from mutable variable. |
void |
setCurrent(MutableVarValue o)
It replace the current representation of the value with a new representation. |
java.lang.String |
toString()
It returns string representation of Mutable variable. |
void |
update(MutableVarValue value)
It updates the value of a mutable variable based on value given as a parameter, the stamp level of current value and stamp value of passed value. |
MutableVarValue |
value()
It returns current value of MutableVariable. |
| Method Detail |
|---|
MutableVarValue previous()
void removeLevel(int removeLevel)
removeLevel - it specifies the level which is being removed.void setCurrent(MutableVarValue o)
o - value to which a mutable variable is set.java.lang.String toString()
toString in class java.lang.Objectvoid update(MutableVarValue value)
value - it specifies the new value of a mutable variable.MutableVarValue value()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||