Package com._1c.g5.aef2.scenes
Class State
java.lang.Object
com._1c.g5.aef2.scenes.State
- All Implemented Interfaces:
IState
The default
IState
implementation.-
Method Details
-
create
Creates a new state instance.- Parameters:
oldState
- the old state, can benull
.name
- the name, cannot benull
.value
- the value, cannot benull
.- Returns:
- the newly created state, never
null
.
-
create
Creates a new state instance.- Parameters:
name
- the name, cannot benull
.value
- the value, cannot benull
.- Returns:
- the newly created state, never
null
.
-
create
Creates a new state instance.- Parameters:
stateMap
- the state map, cannot benull
.- Returns:
- the newly created state, never
null
.
-
getValue
Description copied from interface:IState
Returns the value of the state by the specifiedname
. -
toString
-