class |
AbstractAppendableFileWriter |
Ancestor for file writers that allow appending to the file instead of just
replacing any existing files.
|
class |
AbstractDbSink |
Ancestor for sinks that use the database.
|
class |
AbstractFileWriter |
Ancestor for sinks that write to output files.
|
class |
AbstractGraphicsGenerator |
Ancestor for actors that generate graphics of some kind.
|
class |
AbstractScript |
Ancestor for sink script actors.
|
class |
AbstractWekaModelWriter |
Ancestor for actors that serialize models.
|
class |
BinaryFileWriter |
Writes a byte array or adams.data.blob.BlobContainer to a binary file.
|
class |
Browser |
Displays a URL in a webbrowser.
By default, the system's default browser is used.
|
class |
CloseInputStream |
Closes the incoming input stream instance.
See also:
adams.flow.source.InputStreamGenerator
Input/output:
- accepts:
java.io.InputStream
|
class |
CloseReader |
Closes the incoming reader instance.
See also:
adams.flow.source.ReaderGenerator
Input/output:
- accepts:
java.io.Reader
|
class |
Console |
Non-graphical actor that outputs any object that arrives at its input port via the 'toString()' method on stdout.
|
class |
DownloadFile |
Downloads a file from a URL and saves it locally.
Also handles basic authentication when using URLs like this:
http://user:pass@domain.com/url
Input/output:
- accepts:
java.lang.String
java.net.URL
|
class |
DumpFile |
Actor that just dumps any input token into a separate line of the specified output file.
|
class |
EmailFileWriter |
Actor that writes Email objects to files.
|
class |
EnQueue |
Enqueues the incoming data in the specified queue in internal storage.
|
class |
Exec |
Pipes the incoming data, after converting it using the provided conversion scheme, into the started process.
|
class |
FileBrowser |
Displays the file or directory with the system's file browser.
|
class |
FlowFileWriter |
Writes the incoming actor(s) to a file.
A custom flow writer can be specified.
|
class |
ImageFileWriter |
Writes the image to disk using the specified writer.
|
class |
ImageSegmentationFileWriter |
Write image segmentation containers using the specified writer.
|
class |
IndexedSplitsRunsWriter |
Reads indexed splits runs from disk using the specified writer.
|
class |
InformationDialog |
Displays the incoming message in a message box.
|
class |
JavaLogging |
Uses the Java logging framework to output the incoming data.
Simply uses an object's 'toString()' method.
|
class |
JFreeChartFileWriter |
Generates a JFreeChart plot and writes the bitmap to a file.
|
class |
JsonFileWriter |
Writes a JSON object/array to a file.
|
class |
LargeObjectDbWriter |
Allows storing large objects in a SQL database.
|
class |
LogDumper |
Actor that stores LogEntry objects in a file (CSV format).
|
class |
Logger |
Actor that stores LogEntry objects in the Log table.
|
class |
Mat5FileWriter |
Writes the Mat5File object to the specified file.
|
class |
MenuItem |
Launches a menu item from the main menu.
|
class |
MergeFiles |
Combines the incoming files in a single one.
|
class |
NotesWriter |
Saves the notes attached to a data structure to a text file.
|
class |
Null |
Actor that gobbles up all tokens, like '/dev/null' in Unix.
|
class |
OpenFile |
Opens the incoming file with the appropriate platform-specific application.
Does nothing in a headless (non-graphical) environment.
|
class |
PasteFiles |
Generates a single file from combined lines from the input files.
|
class |
PDFCloseDocument |
Closes the incoming PDF document, writing out its content.
The PDF document can be generated with adams.flow.source.PDFNewDocument and appended using adams.flow.transformer.PDFAppendDocument.
See also:
adams.flow.source.PDFNewDocument
adams.flow.transformer.PDFAppendDocument
Input/output:
- accepts:
adams.flow.transformer.pdfproclet.PDFGenerator
|
class |
PlotContainerSink |
Actor that outputs the plot containers in various formats.
|
class |
ProgrammaticSink |
For programmatically hooking into a flow and receive tokens.
|
class |
PropertiesFileWriter |
Writes a Java properties object to a file.
|
class |
Publish |
Publishes the incoming data using the specified publish/subscribe handler in storage.
|
class |
PyroSink |
Consumes data using a Pyro4 call.
For more information see:
https://pythonhosted.org/Pyro4/
https://github.com/irmen/Pyrolite
Input/output:
- accepts:
java.lang.Object
|
class |
RemoteCommandWriter |
Sends a command to the remote host defined by the connection settings.
Unsuccessful commands can be store on disk to retry later.
|
class |
Screenshot |
Actor that takes screenshots of graphical components.
|
class |
SendEmail |
Actor for sending emails.
|
class |
SendNotification |
Sends the incoming message string via the configured notification scheme.
|
class |
SendRemoteCommand |
Sends a command to the remote host defined by the connection settings.
Unsuccessful commands can be store on disk to retry later.
|
class |
Serialize |
Saves a Java object to a file using the specified object writer.
|
class |
SimpleLogging |
Turns the incoming objects into strings, formats them with the selected formatter and then outputs them with the specified output(s).
|
class |
Socket |
Just outputs the data to the specified socket.
Any incoming data that isn't a byte array gets converted to a string and its bytes (using the specified encoding) are then transmitted.
See also:
adams.flow.source.Socket
Input/output:
- accepts:
java.lang.Object
byte[]
java.lang.Byte[]
|
class |
SpreadSheetDbWriter |
Transfers a SpreadSheet object into a database.
|
class |
SpreadSheetFileWriter |
Actor that writes SpreadSheet objects to files.
|
class |
TextWriter |
Writes incoming textual data to a text file.
|
class |
WebSocketClient |
Sends the incoming data to a websocket server and forwards the received data.
|
class |
WekaDatabaseWriter |
Actor for saving a weka.core.Instances object in a database.
The relation name of the incoming dataset can be used to replace the current filename (path and extension are kept).
|
class |
WekaExperimentFileWriter |
Saves an experiment file.
|
class |
WekaExperimentGenerator |
Generates an experiment setup that can be used in conjunction with the Experiment transformer actor.
|
class |
WekaFileWriter |
Actor for saving a weka.core.Instances object as file.
The relation name of the incoming dataset can be used to replace the current filename (path and extension are kept).
|
class |
WekaModelWriter |
Actor for saving a model (classifier or clusterer) alongside an optional header (i.e., weka.core.Instances object) as file.
|
class |
XMLFileWriter |
Writes a org.w3c.dom.Document to an XML file.
In case of org.w3c.dom.Node objects, the owning document is written to disk.
|
class |
YamlFileWriter |
Writes a Map object to a YAML file.
http://yaml.org/
Input/output:
- accepts:
java.util.Map
java.util.List
|