Uses of Interface
adams.core.io.FileWriter
-
-
Uses of FileWriter in adams.doc.listing
Classes in adams.doc.listing that implement FileWriter Modifier and Type Class Description class
AbstractFileBasedListingOutput
Ancestor for schemes that output the listings to a file.class
AbstractFileBasedListingOutputWithEncoding
Ancestor for output schemes that support file encodings.class
HtmlOutput
Outputs the listing in HTML to the specified file.class
MarkdownOutput
Outputs the listing in Markdown to the specified file. -
Uses of FileWriter in adams.flow.control
Classes in adams.flow.control that implement FileWriter Modifier and Type Class Description class
DesktopScreenshot
Takes a screenshot of the desktop whenever a token passes through.class
HeapDump
Generates a heapdump and saves it to the specified file (with .hprof extension) whenever a token passes through. -
Uses of FileWriter in adams.flow.sink
Classes in adams.flow.sink that implement FileWriter Modifier and Type Class Description class
AbstractAppendableFileWriter
Ancestor for file writers that allow appending to the file instead of just replacing any existing files.class
AbstractFileWriter
Ancestor for sinks that write to output files.class
AbstractWekaModelWriter
Ancestor for actors that serialize models.class
BinaryFileWriter
Writes a byte array or adams.data.blob.BlobContainer to a binary file.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
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
JFreeChartFileWriter
Generates a JFreeChart plot and writes the bitmap to a file.class
JsonFileWriter
Writes a JSON object/array to a file.class
LogDumper
Actor that stores LogEntry objects in a file (CSV format).class
Mat5FileWriter
Writes the Mat5File object to the specified file.class
MergeFiles
Combines the incoming files in a single one.class
PasteFiles
Generates a single file from combined lines from the input files.class
PlotContainerSink
Actor that outputs the plot containers in various formats.class
PropertiesFileWriter
Writes a Java properties object to a file.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
SequencePlotter
Actor that plots sequences over time.
See also:
adams.flow.sink.SimplePlot
Input/output:
- accepts:
adams.flow.container.SequencePlotterContainer
adams.flow.container.SequencePlotterContainer[]
Container information:
- adams.flow.container.SequencePlotterContainer: PlotName, X, Y, Content type, Error X, Error Y, MetaData
class
Serialize
Saves a Java object to a file using the specified object writer.class
SimplePlot
Actor for generating simple plots.
See also:
adams.flow.sink.SequencePlotter
Input/output:
- accepts:
adams.flow.container.SequencePlotterContainer
adams.flow.container.SequencePlotterContainer[]
Container information:
- adams.flow.container.SequencePlotterContainer: PlotName, X, Y, Content type, Error X, Error Y, MetaData
class
SpreadSheetFileWriter
Actor that writes SpreadSheet objects to files.class
WekaExperimentFileWriter
Saves an experiment file.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
-
Uses of FileWriter in adams.flow.sink.sendnotification
Classes in adams.flow.sink.sendnotification that implement FileWriter Modifier and Type Class Description class
LogFile
Outputs the message to a log file. -
Uses of FileWriter in adams.flow.sink.simplelogging.output
Classes in adams.flow.sink.simplelogging.output that implement FileWriter Modifier and Type Class Description class
FileOutput
Appends the log messages to the specified file.class
RotatingFileOutput
Appends the log messages to the specified file, but also allows for rotating them. -
Uses of FileWriter in adams.flow.source
Classes in adams.flow.source that implement FileWriter Modifier and Type Class Description class
PDFNewDocument
Creates an empty PDF document.
Needs to be finalized with adams.flow.sink.PDFCloseDocument.
The output of this source can be processed by adams.flow.transformer.PDFAppendDocument.
See also:
adams.flow.transformer.PDFAppendDocument
adams.flow.sink.PDFCloseDocument
Input/output:
- generates:
adams.flow.transformer.pdfproclet.PDFGenerator
-
Uses of FileWriter in adams.flow.transformer
Classes in adams.flow.transformer that implement FileWriter Modifier and Type Class Description class
PDFCreate
Actor for generating PDF files.class
PDFGenerate
class
PythonExpandScript
Loads the Python script received as input, expands any variables and placeholders, saves it to the specified output file and forwards the output file name. -
Uses of FileWriter in adams.flow.transformer.generatefilebaseddataset
Classes in adams.flow.transformer.generatefilebaseddataset that implement FileWriter Modifier and Type Class Description class
SimpleFileList
Simply outputs the specified list of files in the container as a text file. -
Uses of FileWriter in adams.gui.tools.wekamultiexperimenter.experiment
Classes in adams.gui.tools.wekamultiexperimenter.experiment that implement FileWriter Modifier and Type Class Description class
FileResultsHandler
Writes the experiment results to a file. -
Uses of FileWriter in adams.gui.visualization.multiobjectexport
Classes in adams.gui.visualization.multiobjectexport that implement FileWriter Modifier and Type Class Description class
PDFExport
Generates a PDF from the exported objects (first get turned into files).class
TarExport
Exports the objects to a tar file.class
ZipExport
Exports the objects to a zip file. -
Uses of FileWriter in adams.scripting.command.basic
Classes in adams.scripting.command.basic that implement FileWriter Modifier and Type Class Description class
SystemInfo
Sends the system info of the remote host back. -
Uses of FileWriter in adams.scripting.command.flow
Classes in adams.scripting.command.flow that implement FileWriter Modifier and Type Class Description class
GetFlow
Retrieves a running/registered flow using its ID. -
Uses of FileWriter in adams.tools
Subinterfaces of FileWriter in adams.tools Modifier and Type Interface Description interface
OutputFileGenerator
For tools that generate an output file.Classes in adams.tools that implement FileWriter Modifier and Type Class Description class
CompareDatasets
Compares two datasets, either row-by-row or using a row attribute listing a unique ID for matching the rows, outputting the correlation coefficient of the numeric attributes found in the ranges defined by the user.
In order to trim down the number of generated rows, a threshold can be specified.
-