Class StackState<S,I,P>
- java.lang.Object
-
- net.automatalib.automaton.procedural.StackState<S,I,P>
-
- Type Parameters:
I
- input symbol typeS
- hypothesis state typeP
- hypothesis type
public final class StackState<S,I,P> extends Object
A stack-based state in a procedural system. Consists of a back-reference to the previous stack-element and values for the current top-of-stack configuration.