Class | Description |
---|---|
ArrayToString |
This actor reads an array and writes a string with all the elements.
|
BooleanAccumulator |
This actor reads a sequence of boolean values and writes one boolean value
from their combination.
|
DirectoryMaker |
This actor creates a new directory.
|
FileArrayPrinter |
This actor reads a directory and writes a string array of the non-hidden,
readable files in it, including their path names.
|
FileCopier |
This actor copies a file with path name into a directory that is given via a
port or as a parameter.
|
PermanentStringConstant |
This actor generates a sequence of the input string.
|
SimpleFileReader |
This actor reads a file and outputs its contents as a single string.
|
StatusChecker |
FIXME: Add documents here.
|
StringAccumulator |
This actor reads several strings and writes them into one string.
|
StringSplitter |
Read a string and write an array filled with the parts of the string.
|
StringToInt |
This actor converts a string to an integer.
|
StringToLong |
This actor converts a string to a long.
|
TextFileWriter |
This actor reads a string-valued input token and writes it to the
corresponding file without any extra line breaks.
|
TokenCounter |
This actor consumes and counts all tokens from the input port and prints out
their overall number.
|