Click or drag to resize

IPdaStateT Interface

Namespace:  Archon.SwissArmyLib.Automata
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IPdaState<T> : IState<PushdownAutomaton<T>, T>
Request Example View Source

Type Parameters

T
The type of the context.

The IPdaStateT type exposes the following members.

Properties
Methods
See Also