nested word automata
A nested word automaton (NWA) A over an alphabet is where is a triple consists of
- , the transition relation of call position
- , the transition relation of internal position
- , the transition relation of return position
a run of a nested word nw (, v) is a sequence such that and for 0 < i ⇐ k
- if i is a call position,
- if i is a internal position,
- if i is a return position, , where v(j, i) holds
the run is accepted if . the language of A, L(A), is the set of accepted nested word.
A language L of nested word is regular if there is a NWA A such that L = L(A)