Click or drag to resize

PushdownAutomatonTChangeStateTState Method

Replaces the active state with another state, without notifying the underlying state.

Namespace:  Archon.SwissArmyLib.Automata
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public TState ChangeState<TState>()
where TState : Object, IPdaState<T>
Request Example View Source

Type Parameters

TState
The type of the state to change to.

Return Value

Type: TState
The state instance that was changed to.
See Also