

Specification in XDI model:
(AND/IF_1.0
(NFA
(NAME STOP)
(INTERPRETATION Verhoeff/XDI)
(SYMBOLS
(a0 INPUT)
(a1 OUTPUT)
)
(STATES
(0 INITIAL BOX)
(1 BOX)
)
(TRANSITIONS
(0 1 a0)
)
)
)
Also available through this link
No information available
Specification in DI Algebra:
NAME = "STOP"
I = { a0? }
O = { a1! }
STOP = []
Also available through this link
In DI Algebra the following property holds for a process with a in its input alphabet:
a?;a?;P = a?;[] = []
No information available
No information available
No information available
No information available