Consonants |
A demo actor that outputs a StringToken for each real token
that it consumes.
|
HelloWorld |
A simple demo that illustrates the basic operation of
DDE feedforward topologies.
|
PrintString |
A demo actor that prints the value of each StringToken
that it consumes.
|
Punctuation |
A demo actor that outputs a StringToken for each real token
that it consumes.
|
StringOut |
An abstract class that is used to produce StringTokens on the
output for each token that is consumed on the input.
|
Vowels |
A demo actor that outputs a StringToken for each real token
that it consumes.
|