

Specification in XDI model:
(AND/IF_1.0
(NFA
(NAME 0-Sink)
(INTERPRETATION Verhoeff/XDI)
(SYMBOLS
(a INPUT)
)
(STATES
(0 INITIAL BOX)
(1 BOX)
)
(TRANSITIONS
(0 1 a)
)
)
)
Also available through this link
Specification in Verdect:
define SINK(a?) = pref(a?) endAlso available through this link
Specification in DI Algebra:
NAME = SINK
I = { a? } O = { }
S0 = [ ]
Also available through this link
SINK / a? = 0-SINK
No information available
No information available
No information available
No information available
In Section 2.2.9 of [Ebergen89, p. 32], the Sink is referred to as SINK component.