Uses of Class
adams.core.io.PlaceholderFile
-
-
Uses of PlaceholderFile in adams.core
Fields in adams.core declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
AbstractPersistentHistory. m_HistoryFile
the file to save the history to.Methods in adams.core that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
AbstractPersistentHistory. getHistoryFile()
Returns the file to load from/save to.PlaceholderFile
SerializableObject. getSerializationFile()
Returns the current file to serialize to.protected PlaceholderFile
PlaceholderFileHistory. newInstance(String path)
Creates a new file object from the string.Methods in adams.core with parameters of type PlaceholderFile Modifier and Type Method Description void
AbstractPersistentHistory. setHistoryFile(PlaceholderFile value)
Sets the file to load from/save to.void
SerializableObject. setSerializationFile(PlaceholderFile value)
Sets the file to serialize to. -
Uses of PlaceholderFile in adams.core.io
Subclasses of PlaceholderFile in adams.core.io Modifier and Type Class Description class
FlowFile
A specialized File class used for flows.class
PlaceholderDirectory
A specialized File class used for selecting directories with the GOE.Fields in adams.core.io declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
SimpleFixedFilenameGenerator. m_Name
the file to use.Methods in adams.core.io that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
PlaceholderFile. changeExtension(String newExt)
Swaps the current extension with the new one.PlaceholderFile
PlaceholderFile. changeExtension(String oldExt, String newExt)
Swaps the specified old extension with the new one.PlaceholderFile
PlaceholderDirectory. createFile(String name)
Creates a file object using this directory and the specified name.PlaceholderFile
ModelFileHandler. getModelFile()
Returns the file to load the model from.PlaceholderFile
SimpleFixedFilenameGenerator. getName()
Returns the suffix in use.PlaceholderFile
FileWriter. getOutputFile()
Returns the output file.PlaceholderFile
RemoteFileWriter. getRemoteFile()
Get remote file.PlaceholderFile[]
PlaceholderFile. listFiles()
Returns an array of abstract pathnames denoting the files in the directory denoted by this abstract pathname.PlaceholderFile[]
PlaceholderFile. listFiles(FileFilter filter)
Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.PlaceholderFile[]
PlaceholderFile. listFiles(FilenameFilter filter)
Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.PlaceholderFile
FilenameProposer. propose(File basis)
Proposes a file name based on the given file/dir.static PlaceholderFile
FileUtils. replaceExtension(PlaceholderFile file, String newExt)
Replaces the extension of the given file with the new one.static PlaceholderFile[]
ConsoleHelper. selectFiles(String msg, PlaceholderFile... initial)
Lets the user select files.static PlaceholderFile[]
FileUtils. toPlaceholderFileArray(Object input)
Turns String, String[], File, File[] into aPlaceholderFile
array.protected PlaceholderFile[]
PlaceholderFile. toPlaceholderFiles(File[] files)
Turns the regularFile
objects intoPlaceholderFile
ones.Methods in adams.core.io with parameters of type PlaceholderFile Modifier and Type Method Description static File[]
MetaDataFileUtils. find(LoggingObject source, PlaceholderFile dataFile, MetaDataFileUtils.MetaDataLocation location, String defaultExt, String[] exts)
Returns the list of meta-data files that were identified using the provided data file name.static boolean
PlaceholderFile. isValid(PlaceholderFile file)
Checks whether the placeholer file is valid.static PlaceholderFile
FileUtils. replaceExtension(PlaceholderFile file, String newExt)
Replaces the extension of the given file with the new one.static PlaceholderFile[]
ConsoleHelper. selectFiles(String msg, PlaceholderFile... initial)
Lets the user select files.void
ModelFileHandler. setModelFile(PlaceholderFile value)
Sets the file to load the model from.void
SimpleFixedFilenameGenerator. setName(PlaceholderFile value)
Sets the name to use.void
FileWriter. setOutputFile(PlaceholderFile value)
Sets the output file.void
RemoteFileWriter. setRemoteFile(PlaceholderFile value)
Set remote file. -
Uses of PlaceholderFile in adams.core.io.console
Methods in adams.core.io.console that return PlaceholderFile Modifier and Type Method Description PlaceholderFile[]
Basic. selectFiles(String msg, PlaceholderFile... initial)
Lets the user select files.PlaceholderFile[]
Console. selectFiles(String msg, PlaceholderFile... initial)
Lets the user select files.Methods in adams.core.io.console with parameters of type PlaceholderFile Modifier and Type Method Description PlaceholderFile[]
Basic. selectFiles(String msg, PlaceholderFile... initial)
Lets the user select files.PlaceholderFile[]
Console. selectFiles(String msg, PlaceholderFile... initial)
Lets the user select files. -
Uses of PlaceholderFile in adams.core.io.lister
Fields in adams.core.io.lister declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
SftpDirectoryLister. m_KnownHosts
the file with known hosts.protected PlaceholderFile
SftpDirectoryLister. m_PrivateKeyFile
the location of the private key.Methods in adams.core.io.lister that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
SftpDirectoryLister. getKnownHosts()
Returns the file with the known hosts.PlaceholderFile
SftpDirectoryLister. getPrivateKeyFile()
Returns the location of the private key file.Methods in adams.core.io.lister with parameters of type PlaceholderFile Modifier and Type Method Description void
SftpDirectoryLister. setKnownHosts(PlaceholderFile value)
Sets the file with the known hosts.void
SftpDirectoryLister. setPrivateKeyFile(PlaceholderFile value)
Sets the location of the private key file. -
Uses of PlaceholderFile in adams.core.management
Fields in adams.core.management declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile[]
ExternalResourceClassPathAugmenter. m_Files
the jars/zips to add to the classpath.Methods in adams.core.management that return PlaceholderFile Modifier and Type Method Description PlaceholderFile[]
ExternalResourceClassPathAugmenter. getFiles()
Returns the jar/zip files to add to the classpath.Methods in adams.core.management with parameters of type PlaceholderFile Modifier and Type Method Description void
ExternalResourceClassPathAugmenter. setFiles(PlaceholderFile[] value)
Sets the jar/zip files to add to the classpath. -
Uses of PlaceholderFile in adams.core.password
Fields in adams.core.password declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
DictionaryBasedGenerator. m_DictionaryFile
the dictionary file to use.Constructors in adams.core.password with parameters of type PlaceholderFile Constructor Description DictionaryBasedGenerator(PlaceholderFile dictionaryFile)
Initializes the generator.DictionaryBasedGenerator(PlaceholderFile dictionaryFile, DictionaryBasedGenerator.Variation[] variations)
Initializes the generator. -
Uses of PlaceholderFile in adams.core.scripting
Methods in adams.core.scripting that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
FileBasedScripting. getScriptFile()
Gets the script file.Methods in adams.core.scripting with parameters of type PlaceholderFile Modifier and Type Method Description abstract Object[]
AbstractScriptingHandler. loadScriptObject(Class cls, PlaceholderFile scriptFile, String scriptOptions, Variables vars)
Loads the scripts object and sets its options.Object[]
Dummy. loadScriptObject(Class cls, PlaceholderFile scriptFile, String scriptOptions, Variables vars)
Loads the scripts object and sets its options.Object[]
Groovy. loadScriptObject(Class cls, PlaceholderFile scriptFile, GroovyScript inlineScript, String scriptOptions, Variables vars)
Loads the scripts object and sets its options.Object[]
GroovyHandler. loadScriptObject(Class cls, PlaceholderFile scriptFile, String scriptOptions, Variables vars)
Loads the scripts object and sets its options.void
FileBasedScripting. setScriptFile(PlaceholderFile value)
Sets the script file. -
Uses of PlaceholderFile in adams.data
Subclasses of PlaceholderFile in adams.data Modifier and Type Class Description class
WekaExperimentFile
A dummy class for the GOE, for special handling of experiments. -
Uses of PlaceholderFile in adams.data.boofcv.features
Fields in adams.data.boofcv.features declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
AbstractScriptedFeatureGenerator. m_ScriptFile
the script.Methods in adams.data.boofcv.features that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
AbstractScriptedFeatureGenerator. getScriptFile()
Gets the script file.Methods in adams.data.boofcv.features with parameters of type PlaceholderFile Modifier and Type Method Description void
AbstractScriptedFeatureGenerator. setScriptFile(PlaceholderFile value)
Sets the script file. -
Uses of PlaceholderFile in adams.data.boofcv.transformer
Fields in adams.data.boofcv.transformer declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
AbstractScriptedTransformer. m_ScriptFile
the script.Methods in adams.data.boofcv.transformer that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
AbstractScriptedTransformer. getScriptFile()
Gets the script file.Methods in adams.data.boofcv.transformer with parameters of type PlaceholderFile Modifier and Type Method Description void
AbstractScriptedTransformer. setScriptFile(PlaceholderFile value)
Sets the script file. -
Uses of PlaceholderFile in adams.data.conversion
Fields in adams.data.conversion declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
MatchWekaInstanceAgainstFileHeader. m_Header
the header to load from disk.protected PlaceholderFile
AbstractScriptedConversion. m_ScriptFile
the script.Methods in adams.data.conversion that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
MatchWekaInstanceAgainstFileHeader. getHeader()
Returns the file to load the dataset header from.PlaceholderFile
AbstractScriptedConversion. getScriptFile()
Gets the script file.Methods in adams.data.conversion with parameters of type PlaceholderFile Modifier and Type Method Description void
MatchWekaInstanceAgainstFileHeader. setHeader(PlaceholderFile value)
Sets the file to load the dataset header from.void
AbstractScriptedConversion. setScriptFile(PlaceholderFile value)
Sets the script file. -
Uses of PlaceholderFile in adams.data.filter
Fields in adams.data.filter declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
AbstractScriptedFilter. m_ScriptFile
the script.Methods in adams.data.filter that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
AbstractScriptedFilter. getScriptFile()
Gets the script file.Methods in adams.data.filter with parameters of type PlaceholderFile Modifier and Type Method Description void
AbstractScriptedFilter. setScriptFile(PlaceholderFile value)
Sets the script file. -
Uses of PlaceholderFile in adams.data.image.features
Fields in adams.data.image.features declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
AbstractScriptedFeatureGenerator. m_ScriptFile
the script.Methods in adams.data.image.features that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
AbstractScriptedFeatureGenerator. getScriptFile()
Gets the script file.Methods in adams.data.image.features with parameters of type PlaceholderFile Modifier and Type Method Description void
AbstractScriptedFeatureGenerator. setScriptFile(PlaceholderFile value)
Sets the script file. -
Uses of PlaceholderFile in adams.data.image.transformer
Fields in adams.data.image.transformer declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
AbstractScriptedTransformer. m_ScriptFile
the script.Methods in adams.data.image.transformer that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
AbstractScriptedTransformer. getScriptFile()
Gets the script file.Methods in adams.data.image.transformer with parameters of type PlaceholderFile Modifier and Type Method Description void
AbstractScriptedTransformer. setScriptFile(PlaceholderFile value)
Sets the script file. -
Uses of PlaceholderFile in adams.data.io.input
Fields in adams.data.io.input declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
AbstractDataContainerReader. m_Input
the file to parse.protected PlaceholderFile
AbstractEmailFileReader. m_Input
the file to read the email from.protected PlaceholderFile
AbstractReportReader. m_Input
the file to parse.protected PlaceholderFile
YoloAnnotationsReportReader. m_LabelDefinitions
the spreadsheet with the label index/label relation, ignored if directory.Methods in adams.data.io.input that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
AbstractDataContainerReader. getInput()
The file/directory to read.PlaceholderFile
AbstractEmailFileReader. getInput()
Returns the file to read.PlaceholderFile
AbstractReportReader. getInput()
The file/directory to read.PlaceholderFile
EmailFileReader. getInput()
Returns the file to read.PlaceholderFile
ReportReader. getInput()
The file/directory to read.PlaceholderFile
YoloAnnotationsReportReader. getLabelDefinitions()
Returns the spreadsheet file with the label index / label string relation.protected PlaceholderFile
AbstractPNGAnnotationImageSegmentationReader. locatePNG(PlaceholderFile file)
Locates the PNG annotation file.Methods in adams.data.io.input with parameters of type PlaceholderFile Modifier and Type Method Description protected void
AbstractAdamsExperimentReader. check(PlaceholderFile file)
Performs checks.protected void
AbstractImageReader. check(PlaceholderFile file)
Performs checks.protected String
AbstractImageSegmentationAnnotationReader. check(PlaceholderFile file)
Hook method for performing checks before reading the data.protected void
AbstractObjectReader. check(PlaceholderFile file)
Performs checks.protected String
AbstractParameterMapReader. check(PlaceholderFile input)
Hook method for performing checks.protected String
AbstractPNGAnnotationImageSegmentationReader. check(PlaceholderFile file)
Hook method for performing checks before reading the data.protected abstract AbstractExperiment
AbstractAdamsExperimentReader. doRead(PlaceholderFile file)
Performs the actual reading of the experiment file.protected abstract T
AbstractImageReader. doRead(PlaceholderFile file)
Performs the actual reading of the image file.protected abstract ImageSegmentationContainer
AbstractImageSegmentationAnnotationReader. doRead(PlaceholderFile file)
Reads the image segmentation annotations.protected abstract Object
AbstractObjectReader. doRead(PlaceholderFile file)
Performs the actual reading of the object file.protected abstract Map<String,Object>
AbstractParameterMapReader. doRead(PlaceholderFile input)
Reads the parameters from the file.protected ImageSegmentationContainer
AbstractPNGAnnotationImageSegmentationReader. doRead(PlaceholderFile file)
Reads the image segmentation annotations.protected BufferedImageContainer
ApacheCommonsImageReader. doRead(PlaceholderFile file)
Performs the actual reading of the image file.protected BoofCVImageContainer
BoofCVImageReader. doRead(PlaceholderFile file)
Performs the actual reading of the image file.protected Object
CommandlineReader. doRead(PlaceholderFile file)
Performs the actual reading of the object file.protected ImageSegmentationContainer
IndividualImageSegmentationLayerReader. doRead(PlaceholderFile file)
Reads the image segmentation annotations.protected BufferedImageContainer
JAIImageReader. doRead(PlaceholderFile file)
Performs the actual reading of the image file.protected AbstractExperiment
JsonAdamsExperimentReader. doRead(PlaceholderFile file)
Performs the actual reading of the experiment file.protected Map<String,Object>
JsonParameterMapReader. doRead(PlaceholderFile input)
Reads the parameters from the file.protected AbstractExperiment
NestedAdamsExperimentReader. doRead(PlaceholderFile file)
Performs the actual reading of the experiment file.protected Object
NestedCommandlineReader. doRead(PlaceholderFile file)
Performs the actual reading of the object file.protected OpenCVImageContainer
OpenCVImageReader. doRead(PlaceholderFile file)
Performs the actual reading of the image file.protected BufferedImageContainer
PNGImageReader. doRead(PlaceholderFile file)
Performs the actual reading of the image file.protected Object
SerializableObjectReader. doRead(PlaceholderFile file)
Performs the actual reading of the object file.protected AbstractExperiment
SerializedAdamsExperimentReader. doRead(PlaceholderFile file)
Performs the actual reading of the experiment file.protected Object
SerializedObjectReader. doRead(PlaceholderFile file)
Performs the actual reading of the object file.protected Map<String,Object>
SerializedParameterMapReader. doRead(PlaceholderFile input)
Returns the default extension of the format.protected Object
XStreamReader. doRead(PlaceholderFile file)
Performs the actual reading of the object file.protected Map<String,Object>
YamlParameterMapReader. doRead(PlaceholderFile input)
Reads the parameters from the file.protected abstract ImageSegmentationContainer
AbstractPNGAnnotationImageSegmentationReader. doReadLayers(PlaceholderFile file)
Reads the image segmentation annotations.protected ImageSegmentationContainer
BlueChannelImageSegmentationReader. doReadLayers(PlaceholderFile file)
Reads the image segmentation annotations.protected ImageSegmentationContainer
GrayscaleImageSegmentationReader. doReadLayers(PlaceholderFile file)
Reads the image segmentation annotations.protected ImageSegmentationContainer
IndexedPNGImageSegmentationReader. doReadLayers(PlaceholderFile file)
Reads the image segmentation annotations.protected PlaceholderFile
AbstractPNGAnnotationImageSegmentationReader. locatePNG(PlaceholderFile file)
Locates the PNG annotation file.protected ImageSegmentationContainer
AbstractPNGAnnotationImageSegmentationReader. newContainer(PlaceholderFile file)
Creates a container with the base image and no layers.protected T
AbstractImageReader. postProcess(T cont, PlaceholderFile file)
Performs some post-processing on the container.AbstractExperiment
AbstractAdamsExperimentReader. read(PlaceholderFile file)
Reads the experiment file.T
AbstractImageReader. read(PlaceholderFile file)
Reads the image file.ImageSegmentationContainer
AbstractImageSegmentationAnnotationReader. read(PlaceholderFile file)
Reads the image segmentation annotations.Object
AbstractObjectReader. read(PlaceholderFile file)
Reads the object file.Map<String,Object>
AbstractParameterMapReader. read(PlaceholderFile input)
Reads the parameters from the file.T
ImageReader. read(PlaceholderFile file)
Reads the image file.ImageSegmentationContainer
ImageSegmentationAnnotationReader. read(PlaceholderFile file)
Reads the image segmentation annotations.static Map<Integer,String>
YoloAnnotationsReportReader. readLabelDefinitions(PlaceholderFile definitions, SpreadSheetReader reader, SpreadSheetColumnIndex index, SpreadSheetColumnIndex label)
Reads the label definitions, if the file exists.protected BufferedImage
AbstractCustomPNGAnnotationImageSegmentationReader. readPNG(PlaceholderFile file)
Reads the PNG file associated with the specified JPG file.void
AbstractDataContainerReader. setInput(PlaceholderFile value)
Sets the file/directory to read.void
AbstractEmailFileReader. setInput(PlaceholderFile value)
Sets the file to read.void
AbstractReportReader. setInput(PlaceholderFile value)
Sets the file/directory to read.void
EmailFileReader. setInput(PlaceholderFile value)
Sets the file to read.void
ReportReader. setInput(PlaceholderFile value)
Sets the file/directory to read.void
YoloAnnotationsReportReader. setLabelDefinitions(PlaceholderFile value)
Sets the spreadsheet file with the label index / label string relation. -
Uses of PlaceholderFile in adams.data.io.output
Fields in adams.data.io.output declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
YoloAnnotationsReportWriter. m_LabelDefinitions
the spreadsheet with the label index/label relation, ignored if directory.protected PlaceholderFile
AbstractDataContainerWriter. m_Output
the file to write to.protected PlaceholderFile
AbstractEmailFileWriter. m_Output
the file to read the email from.protected PlaceholderFile
AbstractReportWriter. m_Output
the file to write to.Methods in adams.data.io.output that return PlaceholderFile Modifier and Type Method Description protected PlaceholderFile
AbstractPNGAnnotationImageSegmentationWriter. getAnnotationFile(PlaceholderFile file)
Generates the annotation file name.PlaceholderFile
YoloAnnotationsReportWriter. getLabelDefinitions()
Returns the spreadsheet file with the label index / label string relation.PlaceholderFile
AbstractDataContainerWriter. getOutput()
The file/directory to write to.PlaceholderFile
AbstractEmailFileWriter. getOutput()
Returns the file to write the email to.PlaceholderFile
AbstractReportWriter. getOutput()
The file/directory to write to.PlaceholderFile
EmailFileWriter. getOutput()
Returns the file to write the email to.PlaceholderFile
ReportWriter. getOutput()
The file/directory to write to.Methods in adams.data.io.output with parameters of type PlaceholderFile Modifier and Type Method Description protected String
AbstractImageSegmentationAnnotationWriter. check(PlaceholderFile file, ImageSegmentationContainer annotations)
Hook method for performing checks before writing the data.protected String
AbstractParameterMapWriter. check(PlaceholderFile output)
Hook method for performing checks.protected String
AbstractPNGAnnotationImageSegmentationWriter. check(PlaceholderFile file, ImageSegmentationContainer annotations)
Hook method for performing checks before writing the data.protected abstract String
AbstractAdamsExperimentWriter. doWrite(PlaceholderFile file, AbstractExperiment exp)
Performs the actual writing of the experiment file.protected abstract String
AbstractImageSegmentationAnnotationWriter. doWrite(PlaceholderFile file, ImageSegmentationContainer annotations)
Writes the image segmentation annotations.protected abstract String
AbstractImageWriter. doWrite(PlaceholderFile file, T cont)
Performs the actual writing of the image file.protected abstract String
AbstractObjectWriter. doWrite(PlaceholderFile file, Object obj)
Performs the actual writing of the object file.protected abstract void
AbstractParameterMapWriter. doWrite(Map<String,Object> params, PlaceholderFile output)
Reads the parameters from the file.protected String
ApacheCommonsImageWriter. doWrite(PlaceholderFile file, BufferedImageContainer cont)
Performs the actual writing of the image file.protected String
BlueChannelImageSegmentationWriter. doWrite(PlaceholderFile file, ImageSegmentationContainer annotations)
Writes the image segmentation annotations.protected String
BoofCVImageWriter. doWrite(PlaceholderFile file, BoofCVImageContainer cont)
Performs the actual writing of the image file.protected String
CommandlineWriter. doWrite(PlaceholderFile file, Object obj)
Performs the actual writing of the object file.protected String
GrayOrIndexedImageWriter. doWrite(PlaceholderFile file, BufferedImageContainer cont)
Performs the actual writing of the image file.protected String
GrayscaleImageSegmentationWriter. doWrite(PlaceholderFile file, ImageSegmentationContainer annotations)
Writes the image segmentation annotations.protected String
IndexedPNGImageSegmentationWriter. doWrite(PlaceholderFile file, ImageSegmentationContainer annotations)
Writes the image segmentation annotations.protected String
IndividualImageSegmentationLayerWriter. doWrite(PlaceholderFile file, ImageSegmentationContainer annotations)
Writes the image segmentation annotations.protected String
JAIImageWriter. doWrite(PlaceholderFile file, BufferedImageContainer cont)
Performs the actual writing of the image file.protected String
JavaInstantiationWriter. doWrite(PlaceholderFile file, Object obj)
Performs the actual writing of the object file.protected String
JsonAdamsExperimentWriter. doWrite(PlaceholderFile file, AbstractExperiment exp)
Performs the actual writing of the experiment file.protected void
JsonParameterMapWriter. doWrite(Map<String,Object> params, PlaceholderFile output)
Reads the parameters from the file.protected String
NestedAdamsExperimentWriter. doWrite(PlaceholderFile file, AbstractExperiment exp)
Performs the actual writing of the experiment file.protected String
NestedCommandlineWriter. doWrite(PlaceholderFile file, Object obj)
Performs the actual writing of the object file.protected String
OpenCVImageWriter. doWrite(PlaceholderFile file, OpenCVImageContainer cont)
Performs the actual writing of the image file.protected String
SerializableObjectWriter. doWrite(PlaceholderFile file, Object obj)
Performs the actual writing of the object file.protected String
SerializedAdamsExperimentWriter. doWrite(PlaceholderFile file, AbstractExperiment exp)
Performs the actual writing of the experiment file.protected String
SerializedObjectWriter. doWrite(PlaceholderFile file, Object obj)
Performs the actual writing of the object file.protected void
SerializedParameterMapWriter. doWrite(Map<String,Object> params, PlaceholderFile output)
Reads the parameters from the file.protected String
SimpleJavaInstantiationWriter. doWrite(PlaceholderFile file, Object obj)
Performs the actual writing of the object file.protected String
XStreamWriter. doWrite(PlaceholderFile file, Object obj)
Performs the actual writing of the object file.protected void
YamlParameterMapWriter. doWrite(Map<String,Object> params, PlaceholderFile output)
Reads the parameters from the file.protected PlaceholderFile
AbstractPNGAnnotationImageSegmentationWriter. getAnnotationFile(PlaceholderFile file)
Generates the annotation file name.void
YoloAnnotationsReportWriter. setLabelDefinitions(PlaceholderFile value)
Sets the spreadsheet file with the label index / label string relation.void
AbstractDataContainerWriter. setOutput(PlaceholderFile value)
Sets the file/directory to write to.void
AbstractEmailFileWriter. setOutput(PlaceholderFile value)
Sets the file to write the email to.void
AbstractReportWriter. setOutput(PlaceholderFile value)
Sets the file/directory to write to.void
EmailFileWriter. setOutput(PlaceholderFile value)
Sets the file to write the email to.void
ReportWriter. setOutput(PlaceholderFile value)
Sets the file/directory to write to.String
AbstractAdamsExperimentWriter. write(PlaceholderFile file, AbstractExperiment exp)
Writes the experiment file.String
AbstractImageSegmentationAnnotationWriter. write(PlaceholderFile file, ImageSegmentationContainer annotations)
Writes the image segmentation annotations.String
AbstractImageWriter. write(PlaceholderFile file, T cont)
Writes the image file.String
AbstractObjectWriter. write(PlaceholderFile file, Object obj)
Writes the object file.void
AbstractParameterMapWriter. write(Map<String,Object> params, PlaceholderFile output)
Reads the parameters from the file.String
ImageSegmentationAnnotationWriter. write(PlaceholderFile file, ImageSegmentationContainer annotations)
Writes the image segmentation annotations.String
ImageWriter. write(PlaceholderFile file, T cont)
Writes the image file.protected String
AbstractImageSegmentationAnnotationWriter. writeBaseImage(PlaceholderFile file, ImageSegmentationContainer annotations)
Writes the base image unless skipped.protected String
IndividualImageSegmentationLayerWriter. writeFile(BufferedImage image, PlaceholderFile file)
Writes the file to disk. -
Uses of PlaceholderFile in adams.data.jai.transformer
Fields in adams.data.jai.transformer declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
AbstractScriptedTransformer. m_ScriptFile
the script.Methods in adams.data.jai.transformer that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
AbstractScriptedTransformer. getScriptFile()
Gets the script file.Methods in adams.data.jai.transformer with parameters of type PlaceholderFile Modifier and Type Method Description void
AbstractScriptedTransformer. setScriptFile(PlaceholderFile value)
Sets the script file. -
Uses of PlaceholderFile in adams.data.opencv.features
Fields in adams.data.opencv.features declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
AbstractScriptedFeatureGenerator. m_ScriptFile
the script.Methods in adams.data.opencv.features that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
AbstractScriptedFeatureGenerator. getScriptFile()
Gets the script file.Methods in adams.data.opencv.features with parameters of type PlaceholderFile Modifier and Type Method Description void
AbstractScriptedFeatureGenerator. setScriptFile(PlaceholderFile value)
Sets the script file. -
Uses of PlaceholderFile in adams.data.opencv.transformer
Fields in adams.data.opencv.transformer declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
AbstractScriptedTransformer. m_ScriptFile
the script.Methods in adams.data.opencv.transformer that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
AbstractScriptedTransformer. getScriptFile()
Gets the script file.Methods in adams.data.opencv.transformer with parameters of type PlaceholderFile Modifier and Type Method Description void
AbstractScriptedTransformer. setScriptFile(PlaceholderFile value)
Sets the script file. -
Uses of PlaceholderFile in adams.data.outlier
Fields in adams.data.outlier declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
AbstractScriptedOutlierDetector. m_ScriptFile
the script.Methods in adams.data.outlier that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
AbstractScriptedOutlierDetector. getScriptFile()
Gets the script file.Methods in adams.data.outlier with parameters of type PlaceholderFile Modifier and Type Method Description void
AbstractScriptedOutlierDetector. setScriptFile(PlaceholderFile value)
Sets the script file. -
Uses of PlaceholderFile in adams.data.report
Fields in adams.data.report declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
AbstractScriptedReportFilter. m_ScriptFile
the script.Methods in adams.data.report that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
AbstractScriptedReportFilter. getScriptFile()
Gets the script file.Methods in adams.data.report with parameters of type PlaceholderFile Modifier and Type Method Description void
AbstractScriptedReportFilter. setScriptFile(PlaceholderFile value)
Sets the script file. -
Uses of PlaceholderFile in adams.data.spreadsheet
Methods in adams.data.spreadsheet with parameters of type PlaceholderFile Modifier and Type Method Description static HashMap<String,Object>
LookUpHelper. load(PlaceholderFile file, String key, String value, boolean useNative, StringBuilder error)
Generates a lookup table from the given file. -
Uses of PlaceholderFile in adams.data.tesseract
Methods in adams.data.tesseract with parameters of type PlaceholderFile Modifier and Type Method Description String[]
TesseractHelper. getCommand(String input, String outputbase, PlaceholderFile config)
Assembles the tesseract command for the given input/output.String[]
TesseractHelper. getCommand(String exe, String input, String outputbase, TesseractLanguage lang, TesseractPageSegmentation seg, PlaceholderFile config, boolean hocr)
Assembles the tesseract command for the given input/output. -
Uses of PlaceholderFile in adams.doc.listing
Fields in adams.doc.listing declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
AbstractFileBasedListingOutput. m_OutputFile
the output file.Methods in adams.doc.listing that return PlaceholderFile Modifier and Type Method Description protected abstract PlaceholderFile
AbstractFileBasedListingOutput. getDefaultOutputFile()
Returns the default output file.protected PlaceholderFile
HtmlOutput. getDefaultOutputFile()
Returns the default output file.protected PlaceholderFile
MarkdownOutput. getDefaultOutputFile()
Returns the default output file.PlaceholderFile
AbstractFileBasedListingOutput. getOutputFile()
Returns the output file.Methods in adams.doc.listing with parameters of type PlaceholderFile Modifier and Type Method Description void
AbstractFileBasedListingOutput. setOutputFile(PlaceholderFile value)
Sets the output file. -
Uses of PlaceholderFile in adams.flow
Fields in adams.flow declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
FlowRunner. m_Input
the flow file/dir with flows to execute.protected PlaceholderFile
FlowSetupRunner. m_SetupFile
the control center setup.Methods in adams.flow that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
FlowRunner. getInput()
Returns the file (or directory with flows) to load the actor from.PlaceholderFile
FlowSetupRunner. getSetupFile()
Returns the setup file to load the actor from.Methods in adams.flow with parameters of type PlaceholderFile Modifier and Type Method Description void
FlowRunner. setInput(PlaceholderFile value)
Sets the file (or directory with flows) to load the actor from.void
FlowSetupRunner. setSetupFile(PlaceholderFile value)
Sets the setup file to load the actor from. -
Uses of PlaceholderFile in adams.flow.condition.bool
Fields in adams.flow.condition.bool declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
BinaryFile. m_File
the file to look for.protected PlaceholderFile
FileComplete. m_File
the file to look for.protected PlaceholderFile
FileExists. m_File
the file to look for.protected PlaceholderFile
FileInUse. m_File
the file to look for.protected PlaceholderFile
WekaClassification. m_ModelFile
the serialized model to load.protected PlaceholderFile
AbstractScriptedCondition. m_ScriptFile
the Groovy module.Methods in adams.flow.condition.bool that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
BinaryFile. getFile()
Returns the file to look for.PlaceholderFile
FileComplete. getFile()
Returns the file to check.PlaceholderFile
FileExists. getFile()
Returns the file to look for.PlaceholderFile
FileInUse. getFile()
Returns the file to check.PlaceholderFile
WekaClassification. getModelFile()
Returns the file to load the model from.PlaceholderFile
AbstractScriptedCondition. getScriptFile()
Gets the Groovy module.Methods in adams.flow.condition.bool with parameters of type PlaceholderFile Modifier and Type Method Description void
BinaryFile. setFile(PlaceholderFile value)
Sets the file to look for.void
FileComplete. setFile(PlaceholderFile value)
Sets the file to check.void
FileExists. setFile(PlaceholderFile value)
Sets the file to look for.void
FileInUse. setFile(PlaceholderFile value)
Sets the file to check.void
WekaClassification. setModelFile(PlaceholderFile value)
Sets the file to load the model from.void
AbstractScriptedCondition. setScriptFile(PlaceholderFile value)
Sets the Groovy module. -
Uses of PlaceholderFile in adams.flow.control
Fields in adams.flow.control declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile[]
JDeps. m_ClasspathJars
the classpath jars.protected PlaceholderFile
JDeps. m_Executable
the jdeps executable.protected PlaceholderFile
JMap. m_Executable
the jmap executable.protected PlaceholderFile
AbstractDataContainerFileChecker. m_Log
the (optional) log file to write the expired items to.protected PlaceholderFile
DesktopScreenshot. m_OutputFile
the output file to use.protected PlaceholderFile
HeapDump. m_OutputFile
the log file.Methods in adams.flow.control that return PlaceholderFile Modifier and Type Method Description protected PlaceholderFile
CallableActorScreenshot. generateFilename()
Generates the filename for the output.PlaceholderFile[]
JDeps. getClasspathJars()
Returns the classpath jars to use instead of the application's classpath.PlaceholderFile
JDeps. getExecutable()
Returns the jdeps executable.PlaceholderFile
JMap. getExecutable()
Returns the jmap executable.PlaceholderFile
AbstractDataContainerFileChecker. getLog()
Returns the log file to write the files to that expired from the final blacklist.PlaceholderFile
DesktopScreenshot. getOutputFile()
Returns the output file.PlaceholderFile
HeapDump. getOutputFile()
Returns the output file.Methods in adams.flow.control with parameters of type PlaceholderFile Modifier and Type Method Description void
JDeps. setClasspathJars(PlaceholderFile[] value)
Sets the classpath jars to use instead of the application's classpath.void
JDeps. setExecutable(PlaceholderFile value)
Sets the jdeps executable.void
JMap. setExecutable(PlaceholderFile value)
Sets the jmap executable.void
AbstractDataContainerFileChecker. setLog(PlaceholderFile value)
Sets the log file to write the files to that expired from the final blacklist.void
DesktopScreenshot. setOutputFile(PlaceholderFile value)
Sets the output file.void
HeapDump. setOutputFile(PlaceholderFile value)
Sets the output file. -
Uses of PlaceholderFile in adams.flow.control.flowrestart.notification
Fields in adams.flow.control.flowrestart.notification declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
TimestampFile. m_File
the file to update.Methods in adams.flow.control.flowrestart.notification that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
TimestampFile. getFile()
Returns the file to update.Methods in adams.flow.control.flowrestart.notification with parameters of type PlaceholderFile Modifier and Type Method Description void
TimestampFile. setFile(PlaceholderFile value)
Sets the file to update. -
Uses of PlaceholderFile in adams.flow.control.flowrestart.trigger
Fields in adams.flow.control.flowrestart.trigger declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
FileMonitor. m_MonitoredFile
the file to monitor.Methods in adams.flow.control.flowrestart.trigger that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
FileMonitor. getMonitoredFile()
Returns the file to monitor.Methods in adams.flow.control.flowrestart.trigger with parameters of type PlaceholderFile Modifier and Type Method Description void
FileMonitor. setMonitoredFile(PlaceholderFile value)
Sets the file to monitor. -
Uses of PlaceholderFile in adams.flow.core
Fields in adams.flow.core declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
AbstractModelLoader. m_ModelFile
the mode file.protected PlaceholderFile
ActorUsage. m_Output
the output file.protected PlaceholderFile
AbstractScriptedActor. m_ScriptFile
the script.Methods in adams.flow.core that return PlaceholderFile Modifier and Type Method Description protected PlaceholderFile
AbstractBaseExternalActor. getActualActorFile()
Expands the filename, applying any variables if necessary.PlaceholderFile
AbstractModelLoader. getModelFile()
Returns the file to load the model from.PlaceholderFile
ModelLoaderSupporter. getModelFile()
Returns the file to load the model from.PlaceholderFile
ActorUsage. getOutput()
Returns the output file.PlaceholderFile
AdditionalOptions. getPlaceholderFile(String key)
Returns the stored placeholder file.PlaceholderFile
AdditionalOptions. getPlaceholderFile(String key, PlaceholderFile defValue)
Returns the stored placeholder file or the default value if not found.PlaceholderFile
RestorableActor. getRestorationFile()
Returns the file for storing the state.PlaceholderFile
AbstractScriptedActor. getScriptFile()
Gets the script file.Methods in adams.flow.core with parameters of type PlaceholderFile Modifier and Type Method Description static boolean
RestorableActorHelper. canRead(PlaceholderFile input)
Checks whether the restoration file can be read.PlaceholderFile
AdditionalOptions. getPlaceholderFile(String key, PlaceholderFile defValue)
Returns the stored placeholder file or the default value if not found.void
AdditionalOptions. putPlaceholderFile(String key, PlaceholderFile value)
Stores the given placeholder file value under the specified key.static String
RestorableActorHelper. read(PlaceholderFile input, Properties props)
Loads the state as properties from the specified file.static String
RestorableActorHelper. read(PlaceholderFile input, RestorableActor actor, String[] properties)
Reads the specified state information from the specified input file.void
AbstractModelLoader. setModelFile(PlaceholderFile value)
Sets the file to load the model from.void
ModelLoaderSupporter. setModelFile(PlaceholderFile value)
Sets the file to load the model from.void
ActorUsage. setOutput(PlaceholderFile value)
Sets the output file.void
RestorableActor. setRestorationFile(PlaceholderFile value)
Sets the file for storing the state.void
AbstractScriptedActor. setScriptFile(PlaceholderFile value)
Sets the script file.static String
RestorableActorHelper. write(Properties props, PlaceholderFile output)
Stores the state properties in the specified file.static String
RestorableActorHelper. write(RestorableActor actor, String[] properties, PlaceholderFile output)
Stores the specified state information in the specified output file. -
Uses of PlaceholderFile in adams.flow.execution
Fields in adams.flow.execution declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
ExecutionCounter. m_LogFile
the file to write to.protected PlaceholderFile
ExecutionLog. m_LogFile
the file to write to.Methods in adams.flow.execution that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
ExecutionCounter. getLogFile()
Returns the log file.PlaceholderFile
ExecutionLog. getLogFile()
Returns the log file.Methods in adams.flow.execution with parameters of type PlaceholderFile Modifier and Type Method Description void
ExecutionCounter. setLogFile(PlaceholderFile value)
Sets the log file.void
ExecutionLog. setLogFile(PlaceholderFile value)
Sets the log file. -
Uses of PlaceholderFile in adams.flow.sink
Fields in adams.flow.sink declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
WekaDatabaseWriter. m_CustomPropsFile
a custom properties file to use instead of default one.protected PlaceholderFile
Browser. m_Executable
the custom executable.protected PlaceholderFile
AbstractGraphicsGenerator. m_Output
the file/dir to write to.protected PlaceholderFile
AbstractFileWriter. m_OutputFile
the output file.protected PlaceholderFile
SequencePlotter. m_OutputFile
the file to save the plot containers to.protected PlaceholderFile
SimplePlot. m_OutputFile
the file to save the plot containers to.protected PlaceholderFile
WekaExperimentGenerator. m_OutputFile
the file to store the experiment in.protected PlaceholderFile
WekaExperimentGenerator. m_ResultFile
the file to store the result in.Methods in adams.flow.sink that return PlaceholderFile Modifier and Type Method Description protected abstract PlaceholderFile
AbstractGraphicsGenerator. generateFilename()
Generates the filename for the output.protected PlaceholderFile
Screenshot. generateFilename()
Generates the filename for the output.PlaceholderFile
WekaDatabaseWriter. getCustomPropsFile()
Returns the custom properties file to use for initializing the database setup instead of WEKA's default one.protected PlaceholderFile
AbstractFileWriter. getDefaultOutputFile()
Returns the default output file.protected PlaceholderFile
EmailFileWriter. getDefaultOutputFile()
Returns the default output file.protected PlaceholderFile
SequencePlotter. getDefaultOutputFile()
Returns the default output file.protected PlaceholderFile
SimplePlot. getDefaultOutputFile()
Returns the default output file.protected PlaceholderFile
SpreadSheetFileWriter. getDefaultOutputFile()
Returns the default output file.PlaceholderFile
Browser. getExecutable()
Returns the custom browser executable.PlaceholderFile
AbstractGraphicsGenerator. getOutput()
Returns the output.PlaceholderFile
AbstractFileWriter. getOutputFile()
Get output file.PlaceholderFile
SequencePlotter. getOutputFile()
Returns the output file.PlaceholderFile
SimplePlot. getOutputFile()
Returns the output file.PlaceholderFile
WekaExperimentGenerator. getOutputFile()
Returns the file to store the experiment in.PlaceholderFile
WekaExperimentGenerator. getResultFile()
Returns the file to store the experimental results in.Methods in adams.flow.sink with parameters of type PlaceholderFile Modifier and Type Method Description void
WekaDatabaseWriter. setCustomPropsFile(PlaceholderFile value)
Sets the custom properties file to use for initializing the database setup instead of WEKA's default one.void
Browser. setExecutable(PlaceholderFile value)
Sets the custom browser executable.void
AbstractGraphicsGenerator. setOutput(PlaceholderFile value)
Sets the output.void
AbstractFileWriter. setOutputFile(PlaceholderFile value)
Set output file.void
SequencePlotter. setOutputFile(PlaceholderFile value)
Sets the output file.void
SimplePlot. setOutputFile(PlaceholderFile value)
Sets the output file.void
WekaExperimentGenerator. setOutputFile(PlaceholderFile value)
Sets the file to store the experiment setup in (the extensions determines the type).void
WekaExperimentGenerator. setResultFile(PlaceholderFile value)
Sets the file to store the experimental results in. -
Uses of PlaceholderFile in adams.flow.sink.sendnotification
Fields in adams.flow.sink.sendnotification declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
LogFile. m_OutputFile
the log file.Methods in adams.flow.sink.sendnotification that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
LogFile. getOutputFile()
Returns the output file.Methods in adams.flow.sink.sendnotification with parameters of type PlaceholderFile Modifier and Type Method Description void
LogFile. setOutputFile(PlaceholderFile value)
Sets the output file. -
Uses of PlaceholderFile in adams.flow.sink.simplelogging.output
Fields in adams.flow.sink.simplelogging.output declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
FileOutput. m_OutputFile
the file to write to.Methods in adams.flow.sink.simplelogging.output that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
FileOutput. getOutputFile()
Returns the output file.Methods in adams.flow.sink.simplelogging.output with parameters of type PlaceholderFile Modifier and Type Method Description void
FileOutput. setOutputFile(PlaceholderFile value)
Sets the output file. -
Uses of PlaceholderFile in adams.flow.source
Fields in adams.flow.source declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
WekaDatabaseReader. m_CustomPropsFile
a custom properties file to use instead of default one.protected PlaceholderFile
RSync. m_ExcludeFrom
protected PlaceholderFile
SimpleRSync. m_ExcludeFrom
protected PlaceholderFile[]
FileSupplier. m_Files
the files to broadcast.protected PlaceholderFile
RSync. m_FilesFrom
protected PlaceholderFile
SimpleRSync. m_FilesFrom
protected PlaceholderFile
RSync. m_IncludeFrom
protected PlaceholderFile
SimpleRSync. m_IncludeFrom
protected PlaceholderFile[]
SelectFile. m_InitialFiles
the initial files to use.protected PlaceholderFile[]
WekaSelectDataset. m_InitialFiles
the initial files to use.protected PlaceholderFile
RSync. m_LogFile
protected PlaceholderFile
WekaForecasting. m_ModelFile
the serialized model to load.protected PlaceholderFile
RSync. m_OnlyWriteBatch
protected PlaceholderFile
PDFNewDocument. m_OutputFile
the output file.protected PlaceholderFile
RSync. m_ReadBatch
protected PlaceholderFile
EnterManyValues. m_RestorationFile
the file to store the restoration state in.protected PlaceholderFile
EnterValue. m_RestorationFile
the file to store the restoration state in.protected PlaceholderFile
SelectDirectory. m_RestorationFile
the file to store the restoration state in.protected PlaceholderFile
SelectFile. m_RestorationFile
the file to store the restoration state in.protected PlaceholderFile
PythonExec. m_Script
the script to run.protected PlaceholderFile
RSync. m_WriteBatch
Methods in adams.flow.source that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
WekaDatabaseReader. getCustomPropsFile()
Returns the custom properties file to use for initializing the database setup instead of WEKA's default one.PlaceholderFile
RSync. getExcludeFrom()
PlaceholderFile
SimpleRSync. getExcludeFrom()
PlaceholderFile[]
FileSupplier. getFiles()
Returns the files to broadcast.PlaceholderFile
RSync. getFilesFrom()
PlaceholderFile
SimpleRSync. getFilesFrom()
PlaceholderFile
RSync. getIncludeFrom()
PlaceholderFile
SimpleRSync. getIncludeFrom()
PlaceholderFile[]
SelectFile. getInitialFiles()
Returns the initial files.PlaceholderFile[]
WekaSelectDataset. getInitialFiles()
Returns the initial files.PlaceholderFile
RSync. getLogFile()
PlaceholderFile
WekaForecasting. getModelFile()
Returns the file to load the model from.PlaceholderFile
RSync. getOnlyWriteBatch()
PlaceholderFile
PDFNewDocument. getOutputFile()
Get output file.PlaceholderFile
RSync. getReadBatch()
PlaceholderFile
EnterManyValues. getRestorationFile()
Returns the file for storing the state.PlaceholderFile
EnterValue. getRestorationFile()
Returns the file for storing the state.PlaceholderFile
SelectDirectory. getRestorationFile()
Returns the file for storing the state.PlaceholderFile
SelectFile. getRestorationFile()
Returns the file for storing the state.PlaceholderFile
PythonExec. getScript()
Returns the Python script to run.PlaceholderFile
RSync. getWriteBatch()
Methods in adams.flow.source with parameters of type PlaceholderFile Modifier and Type Method Description void
WekaDatabaseReader. setCustomPropsFile(PlaceholderFile value)
Sets the custom properties file to use for initializing the database setup instead of WEKA's default one.void
RSync. setExcludeFrom(PlaceholderFile value)
void
SimpleRSync. setExcludeFrom(PlaceholderFile value)
void
FileSupplier. setFiles(PlaceholderFile[] value)
Sets the files to broadcast.void
RSync. setFilesFrom(PlaceholderFile value)
void
SimpleRSync. setFilesFrom(PlaceholderFile value)
void
RSync. setIncludeFrom(PlaceholderFile value)
void
SimpleRSync. setIncludeFrom(PlaceholderFile value)
void
SelectFile. setInitialFiles(PlaceholderFile[] value)
Sets the initial files.void
WekaSelectDataset. setInitialFiles(PlaceholderFile[] value)
Sets the initial files.void
RSync. setLogFile(PlaceholderFile value)
void
WekaForecasting. setModelFile(PlaceholderFile value)
Sets the file to load the model from.void
RSync. setOnlyWriteBatch(PlaceholderFile value)
void
PDFNewDocument. setOutputFile(PlaceholderFile value)
Set output file.void
RSync. setReadBatch(PlaceholderFile value)
void
EnterManyValues. setRestorationFile(PlaceholderFile value)
Sets the file for storing the state.void
EnterValue. setRestorationFile(PlaceholderFile value)
Sets the file for storing the state.void
SelectDirectory. setRestorationFile(PlaceholderFile value)
Sets the file for storing the state.void
SelectFile. setRestorationFile(PlaceholderFile value)
Sets the file for storing the state.void
PythonExec. setScript(PlaceholderFile value)
Sets the Python script to run.void
RSync. setWriteBatch(PlaceholderFile value)
-
Uses of PlaceholderFile in adams.flow.source.inputstreamsource
Fields in adams.flow.source.inputstreamsource declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
FromFile. m_Source
the file to load.Methods in adams.flow.source.inputstreamsource that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
FromFile. getSource()
Returns the source file.Methods in adams.flow.source.inputstreamsource with parameters of type PlaceholderFile Modifier and Type Method Description void
FromFile. setSource(PlaceholderFile value)
Sets the source file. -
Uses of PlaceholderFile in adams.flow.source.readersource
Fields in adams.flow.source.readersource declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
FromFile. m_Source
the file to load.Methods in adams.flow.source.readersource that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
FromFile. getSource()
Returns the source file.Methods in adams.flow.source.readersource with parameters of type PlaceholderFile Modifier and Type Method Description void
FromFile. setSource(PlaceholderFile value)
Sets the source file. -
Uses of PlaceholderFile in adams.flow.source.valuedefinition
Fields in adams.flow.source.valuedefinition declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
FileValueDefinition. m_DefaultValue
the default file.Methods in adams.flow.source.valuedefinition that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
FileValueDefinition. getDefaultValue()
Returns the default of the value.Methods in adams.flow.source.valuedefinition with parameters of type PlaceholderFile Modifier and Type Method Description void
FileValueDefinition. setDefaultValue(PlaceholderFile value)
Sets the default of the value. -
Uses of PlaceholderFile in adams.flow.standalone
Fields in adams.flow.standalone declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
TesseractConfiguration. m_ConfigFile
the (optional) config file to use.protected PlaceholderFile
TesseractConfiguration. m_Executable
the executable to use.protected PlaceholderFile
SSHConnection. m_KnownHosts
the file with known hosts.protected PlaceholderFile
ConsoleWindow. m_LogFile
the file to save the log messages to.protected PlaceholderFile
DeserializeToStorage. m_ModelFile
the file to deserialize.protected PlaceholderFile
PythonEnvironment. m_Pip
the pip executable.protected PlaceholderFile
SSHConnection. m_PrivateKeyFile
the location of the private key.protected PlaceholderFile
PythonEnvironment. m_Python
the python executable.Methods in adams.flow.standalone that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
TesseractConfiguration. getConfigFile()
Returns the config file, ignored if pointing to directory.protected PlaceholderFile
TesseractConfiguration. getDefaultExecutable()
Returns the default executable to use.PlaceholderFile
TesseractConfiguration. getExecutable()
Returns the tesseract executable in use.PlaceholderFile
SSHConnection. getKnownHosts()
Returns the file with the known hosts.PlaceholderFile
ConsoleWindow. getLogFile()
Returns the file to save the log messages to, ignored if directory.PlaceholderFile
DeserializeToStorage. getModelFile()
Returns the file to load the model from.PlaceholderFile
PythonEnvironment. getPip()
Returns the pip executable, uses one on path if pointing to directory.PlaceholderFile
SSHConnection. getPrivateKeyFile()
Returns the location of the private key file.PlaceholderFile
PythonEnvironment. getPython()
Returns the python executable, uses one on path if pointing to directory.Methods in adams.flow.standalone with parameters of type PlaceholderFile Modifier and Type Method Description protected String
DeserializeToStorage. read(PlaceholderFile file, StorageName name)
Reads the file and stores the object in storage.void
TesseractConfiguration. setConfigFile(PlaceholderFile value)
Sets the config file, ignored if pointing to directory.void
TesseractConfiguration. setExecutable(PlaceholderFile value)
Sets the tesseract executable to use.void
SSHConnection. setKnownHosts(PlaceholderFile value)
Sets the file with the known hosts.void
ConsoleWindow. setLogFile(PlaceholderFile value)
Sets the file to save the log messages to, ignored if directory.void
DeserializeToStorage. setModelFile(PlaceholderFile value)
Sets the file to load the model from.void
PythonEnvironment. setPip(PlaceholderFile value)
Sets the pip executable, uses one on path if pointing to directory.void
SSHConnection. setPrivateKeyFile(PlaceholderFile value)
Sets the location of the private key file.void
PythonEnvironment. setPython(PlaceholderFile value)
Sets the python executable, uses one on path if pointing to directory. -
Uses of PlaceholderFile in adams.flow.template
Fields in adams.flow.template declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
AbstractScriptedTemplate. m_ScriptFile
the script.protected PlaceholderFile
FromFile. m_TemplateFile
the file to load.Methods in adams.flow.template that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
AbstractScriptedTemplate. getScriptFile()
Gets the script file.PlaceholderFile
FromFile. getTemplateFile()
Returns the template file currently to load.Methods in adams.flow.template with parameters of type PlaceholderFile Modifier and Type Method Description void
AbstractScriptedTemplate. setScriptFile(PlaceholderFile value)
Sets the script file.void
FromFile. setTemplateFile(PlaceholderFile value)
Sets the template file to load. -
Uses of PlaceholderFile in adams.flow.transformer
Fields in adams.flow.transformer declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
MoveFile. m_File
the target.protected PlaceholderFile
PDFAppendDocument. m_InputFile
the file to process.protected PlaceholderFile
AbstractMultiCompress. m_Output
the filename of the archive output.protected PlaceholderFile
AbstractSingleCompress. m_Output
the filename of the GZIP output.protected PlaceholderFile
PDFExtract. m_Output
the output file.protected PlaceholderFile
PDFExtractText. m_Output
the output file.protected PlaceholderFile
PDFMerge. m_Output
the output file.protected PlaceholderFile
PDFStamp. m_Output
the output file.protected PlaceholderFile
TesseractOCR. m_OutputBase
the output base.protected PlaceholderFile
PDFCreate. m_OutputFile
the output file.protected PlaceholderFile
PDFGenerate. m_OutputFile
the output file.protected PlaceholderFile
PythonExpandScript. m_OutputFile
the output file.protected PlaceholderFile
WekaInstanceDumper. m_OutputPrefix
the output prefix.protected PlaceholderFile
WekaReorderAttributesToReference. m_ReferenceFile
the reference dataset to load.protected PlaceholderFile
SetReportFromFile. m_ReportFile
the file to load.protected PlaceholderFile
XSLT. m_StyleSheet
the XSLT stylesheet to apply.Methods in adams.flow.transformer that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
MoveFile. getFile()
Returns the target file.PlaceholderFile
PDFAppendDocument. getInputFile()
Returns the input file to process.PlaceholderFile
AbstractProcessWekaInstanceWithModel. getModelFile()
Returns the file to load the model from.PlaceholderFile
WekaFilter. getModelFile()
Returns the file to load the model from.PlaceholderFile
AbstractMultiCompress. getOutput()
Returns the archive output filename.PlaceholderFile
AbstractSingleCompress. getOutput()
Returns the GZIP output filename.PlaceholderFile
PDFExtract. getOutput()
Returns the output file.PlaceholderFile
PDFMerge. getOutput()
Returns the output file.PlaceholderFile
PDFStamp. getOutput()
Returns the output file.PlaceholderFile
TesseractOCR. getOutputBase()
Returns the base name for the generated file(s).PlaceholderFile
PDFCreate. getOutputFile()
Returns the output file.PlaceholderFile
PDFGenerate. getOutputFile()
Returns the output file.PlaceholderFile
PythonExpandScript. getOutputFile()
Get output file.PlaceholderFile
WekaInstanceDumper. getOutputPrefix()
Returns the current output prefix.PlaceholderFile
WekaReorderAttributesToReference. getReferenceFile()
Returns the file to load the reference dataset from.PlaceholderFile
SetReportFromFile. getReportFile()
Returns the file to load the report from.PlaceholderFile
XSLT. getStyleSheet()
Returns the expression to apply.Methods in adams.flow.transformer with parameters of type PlaceholderFile Modifier and Type Method Description void
MoveFile. setFile(PlaceholderFile value)
Sets the target file.void
PDFAppendDocument. setInputFile(PlaceholderFile value)
Sets the input file to process.void
AbstractProcessWekaInstanceWithModel. setModelFile(PlaceholderFile value)
Sets the file to load the model from.void
WekaFilter. setModelFile(PlaceholderFile value)
Sets the file to load the model from.void
AbstractMultiCompress. setOutput(PlaceholderFile value)
Sets the archive output filename.void
AbstractSingleCompress. setOutput(PlaceholderFile value)
Sets the GZIP output filename.void
PDFExtract. setOutput(PlaceholderFile value)
Sets the output file.void
PDFMerge. setOutput(PlaceholderFile value)
Sets the output file.void
PDFStamp. setOutput(PlaceholderFile value)
Sets the output file.void
TesseractOCR. setOutputBase(PlaceholderFile value)
Sets the base name for the generated file(s).void
PDFCreate. setOutputFile(PlaceholderFile value)
Sets the output file.void
PDFGenerate. setOutputFile(PlaceholderFile value)
Sets the output file.void
PythonExpandScript. setOutputFile(PlaceholderFile value)
Set output file.void
WekaInstanceDumper. setOutputPrefix(PlaceholderFile value)
Sets the prefix for the output (path + partial filename).void
WekaReorderAttributesToReference. setReferenceFile(PlaceholderFile value)
Sets the file to load the reference dataset from.void
SetReportFromFile. setReportFile(PlaceholderFile value)
Sets the file to load the report from.void
XSLT. setStyleSheet(PlaceholderFile value)
Sets the expression to apply. -
Uses of PlaceholderFile in adams.flow.transformer.generatefilebaseddataset
Fields in adams.flow.transformer.generatefilebaseddataset declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
SimpleFileList. m_OutputFile
the output file.Methods in adams.flow.transformer.generatefilebaseddataset that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
SimpleFileList. getOutputFile()
Returns the output file.Methods in adams.flow.transformer.generatefilebaseddataset with parameters of type PlaceholderFile Modifier and Type Method Description void
SimpleFileList. setOutputFile(PlaceholderFile value)
Sets the output file. -
Uses of PlaceholderFile in adams.flow.transformer.pdfgenerate
Fields in adams.flow.transformer.pdfgenerate declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
AbstractScriptedPDFGenerator. m_ScriptFile
the script.Methods in adams.flow.transformer.pdfgenerate that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
AbstractScriptedPDFGenerator. getScriptFile()
Gets the script file.Methods in adams.flow.transformer.pdfgenerate with parameters of type PlaceholderFile Modifier and Type Method Description void
AbstractScriptedPDFGenerator. setScriptFile(PlaceholderFile value)
Sets the script file. -
Uses of PlaceholderFile in adams.flow.transformer.pdfproclet
Fields in adams.flow.transformer.pdfproclet declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
PDFGenerator. m_Output
the output file.Methods in adams.flow.transformer.pdfproclet that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
PDFGenerator. getOutput()
Returns the output file.Methods in adams.flow.transformer.pdfproclet with parameters of type PlaceholderFile Modifier and Type Method Description void
PDFGenerator. setOutput(PlaceholderFile value)
Sets the output file. -
Uses of PlaceholderFile in adams.flow.transformer.pdfstamp
Fields in adams.flow.transformer.pdfstamp declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
Image. m_Image
the image.Methods in adams.flow.transformer.pdfstamp that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
Image. getImage()
Returns the image to insert.Methods in adams.flow.transformer.pdfstamp with parameters of type PlaceholderFile Modifier and Type Method Description void
Image. setImage(PlaceholderFile value)
Sets the image to insert. -
Uses of PlaceholderFile in adams.flow.transformer.splitfile
Fields in adams.flow.transformer.splitfile declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
AbstractFileSplitter. m_Prefix
the file prefix.Methods in adams.flow.transformer.splitfile that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
AbstractFileSplitter. getPrefix()
Returns the prefix for the generated files.Methods in adams.flow.transformer.splitfile with parameters of type PlaceholderFile Modifier and Type Method Description protected void
AbstractFileSplitter. check(PlaceholderFile file)
Performs checks on the file.protected abstract void
AbstractFileSplitter. doSplit(PlaceholderFile file)
Performs the actual splitting of the file.protected void
SplitByLineCount. doSplit(PlaceholderFile file)
Performs the actual splitting of the file.protected void
SplitByNumber. doSplit(PlaceholderFile file)
Performs the actual splitting of the file.protected void
SplitBySize. doSplit(PlaceholderFile file)
Performs the actual splitting of the file.void
AbstractFileSplitter. setPrefix(PlaceholderFile value)
Sets the prefix for the generated files.String[]
AbstractFileSplitter. split(PlaceholderFile file)
Splits the file and returns the filenames of the generated files. -
Uses of PlaceholderFile in adams.gui
Fields in adams.gui declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
InstanceCompare. m_FirstFile
the first file to compare.protected PlaceholderFile
InstanceCompare. m_SecondFile
the second file to compare.Methods in adams.gui that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
InstanceCompare. getFirstDataset()
Returns the first dataset.PlaceholderFile
InstanceCompare. getSecondDataset()
Returns the second dataset.Methods in adams.gui with parameters of type PlaceholderFile Modifier and Type Method Description void
InstanceCompare. setFirstDataset(PlaceholderFile value)
Sets the first dataset.void
InstanceCompare. setSecondDataset(PlaceholderFile value)
Sets the second dataset. -
Uses of PlaceholderFile in adams.gui.chooser
Fields in adams.gui.chooser declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
SftpRemoteDirectorySetup. m_KnownHosts
the file with known hosts.protected PlaceholderFile
SftpRemoteDirectorySetup. m_PrivateKeyFile
the location of the private key.Methods in adams.gui.chooser that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
SftpRemoteDirectorySetup. getKnownHosts()
Returns the file with the known hosts.PlaceholderFile
SftpRemoteDirectorySetup. getPrivateKeyFile()
Returns the location of the private key file.PlaceholderFile
BaseFileChooser. getSelectedPlaceholderFile()
Returns the selected file as PlaceholderFile.PlaceholderFile[]
BaseFileChooser. getSelectedPlaceholderFiles()
Returns a list of selected files as PlaecholderFile objects if the file chooser is set to allow multiple selection.Methods in adams.gui.chooser with parameters of type PlaceholderFile Modifier and Type Method Description void
SftpRemoteDirectorySetup. setKnownHosts(PlaceholderFile value)
Sets the file with the known hosts.void
SftpRemoteDirectorySetup. setPrivateKeyFile(PlaceholderFile value)
Sets the location of the private key file. -
Uses of PlaceholderFile in adams.gui.core
Fields in adams.gui.core declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
ConsolePanel. m_Log
the name of the log file. -
Uses of PlaceholderFile in adams.gui.dialog
Methods in adams.gui.dialog that return PlaceholderFile Modifier and Type Method Description PlaceholderFile[]
ComposeEmailDialog. getAttachments()
Returns the attachments.PlaceholderFile[]
ComposeEmailPanel. getAttachments()
Returns the attachments.Methods in adams.gui.dialog with parameters of type PlaceholderFile Modifier and Type Method Description void
PreviewBrowserDialog. open(PlaceholderFile file)
Previews the specified file.void
SimplePreviewBrowserDialog. open(PlaceholderFile file)
Previews the specified file.void
ComposeEmailDialog. setAttachments(PlaceholderFile[] value)
Sets the attachments.void
ComposeEmailPanel. setAttachments(PlaceholderFile[] value)
Sets the attachments. -
Uses of PlaceholderFile in adams.gui.menu
Methods in adams.gui.menu with parameters of type PlaceholderFile Modifier and Type Method Description protected Flow
MakeCompatibleDatasets. createFlow(PlaceholderFile[] input, weka.core.converters.AbstractFileLoader loader, SpreadSheetReader reader, String ext, PlaceholderDirectory output)
Creates the flow. -
Uses of PlaceholderFile in adams.gui.print
Fields in adams.gui.print declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
JComponentWriter. m_OutputFile
the file to write the output stream to.Methods in adams.gui.print that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
JComponentWriter. getFile()
returns the file being used for storing the output.Methods in adams.gui.print with parameters of type PlaceholderFile Modifier and Type Method Description void
JComponentWriter. setFile(PlaceholderFile value)
sets the file to store the output in. -
Uses of PlaceholderFile in adams.gui.scripting
Fields in adams.gui.scripting declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
ScriptingLogger. m_LogFile
the file to log the commands to. -
Uses of PlaceholderFile in adams.gui.sendto
Methods in adams.gui.sendto that return PlaceholderFile Modifier and Type Method Description static PlaceholderFile
SendToActionUtils. nextTmpFile(String prefix, String extension)
Generates a new temporary file, which will get deleted when the JVM exits. -
Uses of PlaceholderFile in adams.gui.tools
Methods in adams.gui.tools with parameters of type PlaceholderFile Modifier and Type Method Description void
PreviewBrowserPanel. open(PlaceholderFile file)
Displays the specified file. -
Uses of PlaceholderFile in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
AbstractArchiveHandler. m_Archive
the archive to extract the files from.protected PlaceholderFile
FromFileHandler. m_Configuration
the file with the configuration.Methods in adams.gui.tools.previewbrowser that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
AbstractArchiveHandler. getArchive()
Returns the current archive.PlaceholderFile
ArchiveHandler. getArchive()
Returns the current archive.PlaceholderFile
FromFileHandler. getConfiguration()
Returns the file with the preview handler configuration in use.Methods in adams.gui.tools.previewbrowser with parameters of type PlaceholderFile Modifier and Type Method Description void
AbstractArchiveHandler. setArchive(PlaceholderFile value)
Sets the archive to get the files from.void
ArchiveHandler. setArchive(PlaceholderFile value)
Sets the archive to get the files from.void
FromFileHandler. setConfiguration(PlaceholderFile value)
Sets the file with the preview handler configuration to use. -
Uses of PlaceholderFile in adams.gui.tools.previewbrowser.notes
Methods in adams.gui.tools.previewbrowser.notes with parameters of type PlaceholderFile Modifier and Type Method Description protected String
AbstractNotesReader. check(PlaceholderFile file)
Hook method for checks before reading the notes.protected String
AbstractNotesWriter. check(Map<String,String> notes, PlaceholderFile file)
Hook method for checks before writing the notes.protected abstract Map<String,String>
AbstractNotesReader. doRead(PlaceholderFile file, MessageCollection errors)
Reads the notes from the specified file.protected Map<String,String>
CsvNotesReader. doRead(PlaceholderFile file, MessageCollection errors)
Reads the notes from the specified file.protected Map<String,String>
JsonNotesReader. doRead(PlaceholderFile file, MessageCollection errors)
Reads the notes from the specified file.protected Map<String,String>
PropertiesNotesReader. doRead(PlaceholderFile file, MessageCollection errors)
Reads the notes from the specified file.protected Map<String,String>
YamlNotesReader. doRead(PlaceholderFile file, MessageCollection errors)
Reads the notes from the specified file.protected abstract String
AbstractNotesWriter. doWrite(Map<String,String> notes, PlaceholderFile file)
Writes the notes to the specified file.protected String
CsvNotesWriter. doWrite(Map<String,String> notes, PlaceholderFile file)
Writes the notes to the specified file.protected String
JsonNotesWriter. doWrite(Map<String,String> notes, PlaceholderFile file)
Writes the notes to the specified file.protected String
PropertiesNotesWriter. doWrite(Map<String,String> notes, PlaceholderFile file)
Writes the notes to the specified file.protected String
YamlNotesWriter. doWrite(Map<String,String> notes, PlaceholderFile file)
Writes the notes to the specified file.Map<String,String>
AbstractNotesReader. read(PlaceholderFile file, MessageCollection errors)
Reads the notes from the specified file.String
AbstractNotesWriter. write(Map<String,String> notes, PlaceholderFile file)
Writes the notes to the specified file. -
Uses of PlaceholderFile in adams.gui.tools.wekainvestigator.data
Constructors in adams.gui.tools.wekainvestigator.data with parameters of type PlaceholderFile Constructor Description FileContainer(weka.core.converters.AbstractFileLoader loader, PlaceholderFile source)
Loads the data using the specified loader.SpreadSheetContainer(SpreadSheetReader reader, PlaceholderFile source)
Loads the data using the specified reader. -
Uses of PlaceholderFile in adams.gui.tools.wekamultiexperimenter.experiment
Fields in adams.gui.tools.wekamultiexperimenter.experiment declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile[]
AbstractExperiment. m_Datasets
the datasets to evaluate.protected PlaceholderFile
FileResultsHandler. m_OutputFile
the output file.Methods in adams.gui.tools.wekamultiexperimenter.experiment that return PlaceholderFile Modifier and Type Method Description PlaceholderFile[]
AbstractExperiment. getDatasets()
The datasets in use.PlaceholderFile
FileResultsHandler. getOutputFile()
Get output file.Methods in adams.gui.tools.wekamultiexperimenter.experiment with parameters of type PlaceholderFile Modifier and Type Method Description void
AbstractExperiment. addDataset(PlaceholderFile file)
Adds a dataset.void
AbstractExperiment. setDatasets(PlaceholderFile[] value)
Sets the datasets to use.void
FileResultsHandler. setOutputFile(PlaceholderFile value)
Set output file. -
Uses of PlaceholderFile in adams.gui.visualization.core
Fields in adams.gui.visualization.core declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
BackgroundImagePaintlet. m_ImageFile
the image file to paint.Methods in adams.gui.visualization.core that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
BackgroundImagePaintlet. getImageFile()
Returns the image file to load.Methods in adams.gui.visualization.core with parameters of type PlaceholderFile Modifier and Type Method Description void
BackgroundImagePaintlet. setImageFile(PlaceholderFile value)
Sets the image file to load. -
Uses of PlaceholderFile in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
ImagePanel. m_CurrentFile
the current filename. -
Uses of PlaceholderFile in adams.gui.visualization.multiobjectexport
Fields in adams.gui.visualization.multiobjectexport declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
PDFExport. m_OutputFile
the output file.protected PlaceholderFile
TarExport. m_OutputFile
the tar file to export the objects to.protected PlaceholderFile
ZipExport. m_OutputFile
the zip file to export the objects to.Methods in adams.gui.visualization.multiobjectexport that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
PDFExport. getOutputFile()
Returns the output file.PlaceholderFile
TarExport. getOutputFile()
Returns the output tar file for the files generated from the objects.PlaceholderFile
ZipExport. getOutputFile()
Returns the output zip file for the files generated from the objects.Methods in adams.gui.visualization.multiobjectexport with parameters of type PlaceholderFile Modifier and Type Method Description void
PDFExport. setOutputFile(PlaceholderFile value)
Sets the output file.void
TarExport. setOutputFile(PlaceholderFile value)
Sets the output tar file for the files generated from the objects.void
ZipExport. setOutputFile(PlaceholderFile value)
Sets the output zip file for the files generated from the objects. -
Uses of PlaceholderFile in adams.multiprocess
Fields in adams.multiprocess declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
SerializingJobRunner. m_Export
the file to serialize the unexecuted jobs to.protected PlaceholderFile
SerializingJobRunner. m_Import
the file to deserialize the finished jobs from.protected PlaceholderFile
ScpJobRunner. m_LocalFile
the local file to deserialize the finished jobs from.protected PlaceholderFile
ScpJobRunner. m_RemoteFile
the remote file to serialize the unexecuted jobs to.Methods in adams.multiprocess that return PlaceholderFile Modifier and Type Method Description protected PlaceholderFile
SerializingJobRunner. getDefaultExport()
Returns the default export file.protected PlaceholderFile
SerializingJobRunner. getDefaultImport()
Returns the default import file.protected PlaceholderFile
ScpJobRunner. getDefaultLocalFile()
Returns the default local file.protected PlaceholderFile
ScpJobRunner. getDefaultRemoteFile()
Returns the default remote file.PlaceholderFile
SerializingJobRunner. getExport()
Returns the file to export the un-executed jobs to.PlaceholderFile
SerializingJobRunner. getImport()
Returns the file to import the executed jobs from.PlaceholderFile
ScpJobRunner. getLocalFile()
Returns the local file to import the executed jobs from.PlaceholderFile
ScpJobRunner. getRemoteFile()
Returns the remote file for the un-executed jobs.Methods in adams.multiprocess with parameters of type PlaceholderFile Modifier and Type Method Description void
SerializingJobRunner. setExport(PlaceholderFile value)
Sets the file to export the un-executed jobs to.void
SerializingJobRunner. setImport(PlaceholderFile value)
Sets the file to import the executed jobs from.void
ScpJobRunner. setLocalFile(PlaceholderFile value)
Sets the local file to import the executed jobs from.void
ScpJobRunner. setRemoteFile(PlaceholderFile value)
Sets the remote file for the un-executed jobs. -
Uses of PlaceholderFile in adams.opt.optimise.genetic.fitnessfunctions
Fields in adams.opt.optimise.genetic.fitnessfunctions declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
AbstractWEKAFitnessFunction. m_Dataset
the filename of the data to use for cross-validation.Methods in adams.opt.optimise.genetic.fitnessfunctions that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
AbstractWEKAFitnessFunction. getDataset()
Returns the currently set filename of the dataset for cross-validation.Methods in adams.opt.optimise.genetic.fitnessfunctions with parameters of type PlaceholderFile Modifier and Type Method Description void
AbstractWEKAFitnessFunction. setDataset(PlaceholderFile value)
Sets the filename of the dataset to use for cross-validation. -
Uses of PlaceholderFile in adams.parser
Fields in adams.parser declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
LookUpUpdate. m_Input
the spreadsheet file to read.protected PlaceholderFile
SpreadSheetFormula. m_Input
the spreadsheet file to read.protected PlaceholderFile
SpreadSheetQuery. m_Input
the spreadsheet file to read.Methods in adams.parser that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
LookUpUpdate. getInput()
Returns the spreadsheet file to load, ignored if pointing to directory.PlaceholderFile
SpreadSheetFormula. getInput()
Returns the spreadsheet file to load, ignored if pointing to directory.PlaceholderFile
SpreadSheetQuery. getInput()
Returns the spreadsheet file to load, ignored if pointing to directory.Methods in adams.parser with parameters of type PlaceholderFile Modifier and Type Method Description void
LookUpUpdate. setInput(PlaceholderFile value)
Sets the spreadsheet file to load, ignored if pointing to directory.void
SpreadSheetFormula. setInput(PlaceholderFile value)
Sets the spreadsheet file to load, ignored if pointing to directory.void
SpreadSheetQuery. setInput(PlaceholderFile value)
Sets the spreadsheet file to load, ignored if pointing to directory. -
Uses of PlaceholderFile in adams.scripting.command.basic
Fields in adams.scripting.command.basic declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
SendFile. m_File
the file to send.protected PlaceholderFile
RetrieveFile. m_LocalFile
the local file to save to.protected PlaceholderFile
SystemInfo. m_OutputFile
the output file.protected PlaceholderFile
RetrieveFile. m_RemoteFile
the file to retrieve.protected PlaceholderFile
Text. m_RemoteFile
the remote file to save it to.Methods in adams.scripting.command.basic that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
SendFile. getFile()
Returns the file to send.PlaceholderFile
RetrieveFile. getLocalFile()
Returns the local file to save the remote file to.PlaceholderFile
SystemInfo. getOutputFile()
Get output file.PlaceholderFile
RetrieveFile. getRemoteFile()
Returns the remote file to send.PlaceholderFile
Text. getRemoteFile()
Get remote file.Methods in adams.scripting.command.basic with parameters of type PlaceholderFile Modifier and Type Method Description void
SendFile. setFile(PlaceholderFile value)
Sets the file to send.void
RetrieveFile. setLocalFile(PlaceholderFile value)
Sets the local file to save the remote file to.void
SystemInfo. setOutputFile(PlaceholderFile value)
Set output file.void
RetrieveFile. setRemoteFile(PlaceholderFile value)
Sets the remote file to send.void
Text. setRemoteFile(PlaceholderFile value)
Set remote file. -
Uses of PlaceholderFile in adams.scripting.command.flow
Fields in adams.scripting.command.flow declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
GetFlow. m_OutputFile
the file to save the flow to.Methods in adams.scripting.command.flow that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
GetFlow. getOutputFile()
Get output file.Methods in adams.scripting.command.flow with parameters of type PlaceholderFile Modifier and Type Method Description void
GetFlow. setOutputFile(PlaceholderFile value)
Set output file. -
Uses of PlaceholderFile in adams.scripting.connection
Fields in adams.scripting.connection declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
AbstractSSHConnection. m_KnownHosts
the file with known hosts.protected PlaceholderFile
AbstractSSHConnection. m_PrivateKeyFile
the location of the private key.Methods in adams.scripting.connection that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
AbstractSSHConnection. getKnownHosts()
Returns the file with the known hosts.PlaceholderFile
AbstractSSHConnection. getPrivateKeyFile()
Returns the location of the private key file.Methods in adams.scripting.connection with parameters of type PlaceholderFile Modifier and Type Method Description void
AbstractSSHConnection. setKnownHosts(PlaceholderFile value)
Sets the file with the known hosts.void
AbstractSSHConnection. setPrivateKeyFile(PlaceholderFile value)
Sets the location of the private key file. -
Uses of PlaceholderFile in adams.tools
Fields in adams.tools declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
CompareDatasets. m_Dataset1
the first dataset.protected PlaceholderFile
CompareDatasets. m_Dataset2
the second dataset.protected PlaceholderFile
ZipPassword. m_Dictionary
the dictionary file to use.protected PlaceholderFile
CompareDatasets. m_Missing
the output file for missing tests (CSV format).protected PlaceholderFile
CompareDatasets. m_OutputFile
the output file (CSV format).protected PlaceholderFile
ZipPassword. m_Password
the file to store the determined password in (if successful).protected PlaceholderFile
AbstractScriptedTool. m_ScriptFile
the script.protected PlaceholderFile
ZipPassword. m_Zip
the zip file to use.Methods in adams.tools that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
CompareDatasets. getDataset1()
Returns the first dataset for the comparison.PlaceholderFile
CompareDatasets. getDataset2()
Returns the second dataset for the comparison.PlaceholderFile
ZipPassword. getDictionary()
Returns the dictionary file to use.PlaceholderFile
InputFileHandler. getInputFile()
Get input file.PlaceholderFile
CompareDatasets. getMissing()
Returns the first dataset for the comparison.PlaceholderFile
CompareDatasets. getOutputFile()
Returns the first dataset for the comparison.PlaceholderFile
ZipPassword. getPassword()
Returns the file for outputting the password.PlaceholderFile
AbstractScriptedTool. getScriptFile()
Gets the script file.PlaceholderFile
ZipPassword. getZip()
Returns the ZIP file to use.Methods in adams.tools with parameters of type PlaceholderFile Modifier and Type Method Description void
CompareDatasets. setDataset1(PlaceholderFile value)
Sets the first dataset for the comparison.void
CompareDatasets. setDataset2(PlaceholderFile value)
Sets the second dataset for the comparison.void
ZipPassword. setDictionary(PlaceholderFile value)
Sets the dictionary file to use.void
InputFileHandler. setInputFile(PlaceholderFile value)
Set input file.void
CompareDatasets. setMissing(PlaceholderFile value)
Sets the first dataset for the comparison.void
CompareDatasets. setOutputFile(PlaceholderFile value)
Sets the first dataset for the comparison.void
ZipPassword. setPassword(PlaceholderFile value)
Sets the file for outputting the password.void
AbstractScriptedTool. setScriptFile(PlaceholderFile value)
Sets the script file.void
ZipPassword. setZip(PlaceholderFile value)
Sets the ZIP file to use. -
Uses of PlaceholderFile in weka.classifiers.functions
Fields in weka.classifiers.functions declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
FromPredictions. m_PredictionsFile
the predictions to use.Methods in weka.classifiers.functions that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
FromPredictions. getPredictionsFile()
Returns the file with the predictions.Methods in weka.classifiers.functions with parameters of type PlaceholderFile Modifier and Type Method Description void
FromPredictions. setPredictionsFile(PlaceholderFile value)
Sets the file with the predictions. -
Uses of PlaceholderFile in weka.core
Methods in weka.core that return PlaceholderFile Modifier and Type Method Description static PlaceholderFile
WekaOptionUtils. parse(String[] options, String option, PlaceholderFile defValue)
Parses a PlaceholderFile option, uses default if option is missing.Methods in weka.core with parameters of type PlaceholderFile Modifier and Type Method Description static PlaceholderFile
WekaOptionUtils. parse(String[] options, String option, PlaceholderFile defValue)
Parses a PlaceholderFile option, uses default if option is missing. -
Uses of PlaceholderFile in weka.filters
Fields in weka.filters declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFile
SerializedFilter. m_Serialized
the flow file to process the data with.Methods in weka.filters that return PlaceholderFile Modifier and Type Method Description PlaceholderFile
SerializedFilter. getSerialized()
Returns the serialized filter file.Methods in weka.filters with parameters of type PlaceholderFile Modifier and Type Method Description void
SerializedFilter. setSerialized(PlaceholderFile value)
Sets the serialized filter file.
-