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 PlaceholderFileAbstractPersistentHistory. m_HistoryFilethe file to save the history to.Methods in adams.core that return PlaceholderFile Modifier and Type Method Description PlaceholderFileAbstractPersistentHistory. getHistoryFile()Returns the file to load from/save to.PlaceholderFileSerializableObject. getSerializationFile()Returns the current file to serialize to.protected PlaceholderFilePlaceholderFileHistory. 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 voidAbstractPersistentHistory. setHistoryFile(PlaceholderFile value)Sets the file to load from/save to.voidSerializableObject. 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 classFlowFileA specialized File class used for flows.classPlaceholderDirectoryA specialized File class used for selecting directories with the GOE.Fields in adams.core.io declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFileSimpleFixedFilenameGenerator. m_Namethe file to use.Methods in adams.core.io that return PlaceholderFile Modifier and Type Method Description PlaceholderFilePlaceholderFile. changeExtension(String newExt)Swaps the current extension with the new one.PlaceholderFilePlaceholderFile. changeExtension(String oldExt, String newExt)Swaps the specified old extension with the new one.PlaceholderFilePlaceholderDirectory. createFile(String name)Creates a file object using this directory and the specified name.PlaceholderFileModelFileHandler. getModelFile()Returns the file to load the model from.PlaceholderFileSimpleFixedFilenameGenerator. getName()Returns the suffix in use.PlaceholderFileFileWriter. getOutputFile()Returns the output file.PlaceholderFileRemoteFileWriter. 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.PlaceholderFileFilenameProposer. propose(File basis)Proposes a file name based on the given file/dir.static PlaceholderFileFileUtils. 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 aPlaceholderFilearray.protected PlaceholderFile[]PlaceholderFile. toPlaceholderFiles(File[] files)Turns the regularFileobjects intoPlaceholderFileones.Methods in adams.core.io with parameters of type PlaceholderFile Modifier and Type Method Description StringArchiveManager. add(PlaceholderFile data, String name)Adds the file to the archive.StringTarArchiveManager. add(PlaceholderFile data, String name)Adds the file to the archive.StringZipArchiveManager. add(PlaceholderFile data, String name)Adds the file to the archive.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.StringArchiveManager. initialize(PlaceholderFile output)Initializes the archive.StringTarArchiveManager. initialize(PlaceholderFile output)Initializes the archive.StringZipArchiveManager. initialize(PlaceholderFile output)Initializes the archive.static booleanPlaceholderFile. isValid(PlaceholderFile file)Checks whether the placeholer file is valid.static PlaceholderFileFileUtils. 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.voidModelFileHandler. setModelFile(PlaceholderFile value)Sets the file to load the model from.voidSimpleFixedFilenameGenerator. setName(PlaceholderFile value)Sets the name to use.voidFileWriter. setOutputFile(PlaceholderFile value)Sets the output file.voidRemoteFileWriter. 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 PlaceholderFileSftpDirectoryLister. m_KnownHoststhe file with known hosts.protected PlaceholderFileSftpDirectoryLister. m_PrivateKeyFilethe location of the private key.Methods in adams.core.io.lister that return PlaceholderFile Modifier and Type Method Description PlaceholderFileSftpDirectoryLister. getKnownHosts()Returns the file with the known hosts.PlaceholderFileSftpDirectoryLister. 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 voidSftpDirectoryLister. setKnownHosts(PlaceholderFile value)Sets the file with the known hosts.voidSftpDirectoryLister. 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_Filesthe 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 voidExternalResourceClassPathAugmenter. 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 PlaceholderFileDictionaryBasedGenerator. m_DictionaryFilethe 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 PlaceholderFileFileBasedScripting. 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.voidFileBasedScripting. setScriptFile(PlaceholderFile value)Sets the script file. -
Uses of PlaceholderFile in adams.data
Subclasses of PlaceholderFile in adams.data Modifier and Type Class Description classWekaExperimentFileA 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 PlaceholderFileAbstractScriptedFeatureGenerator. m_ScriptFilethe script.Methods in adams.data.boofcv.features that return PlaceholderFile Modifier and Type Method Description PlaceholderFileAbstractScriptedFeatureGenerator. getScriptFile()Gets the script file.Methods in adams.data.boofcv.features with parameters of type PlaceholderFile Modifier and Type Method Description voidAbstractScriptedFeatureGenerator. 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 PlaceholderFileAbstractScriptedTransformer. m_ScriptFilethe script.Methods in adams.data.boofcv.transformer that return PlaceholderFile Modifier and Type Method Description PlaceholderFileAbstractScriptedTransformer. getScriptFile()Gets the script file.Methods in adams.data.boofcv.transformer with parameters of type PlaceholderFile Modifier and Type Method Description voidAbstractScriptedTransformer. 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 PlaceholderFileMatchWekaInstanceAgainstFileHeader. m_Headerthe header to load from disk.protected PlaceholderFileAbstractScriptedConversion. m_ScriptFilethe script.Methods in adams.data.conversion that return PlaceholderFile Modifier and Type Method Description PlaceholderFileMatchWekaInstanceAgainstFileHeader. getHeader()Returns the file to load the dataset header from.PlaceholderFileAbstractScriptedConversion. getScriptFile()Gets the script file.Methods in adams.data.conversion with parameters of type PlaceholderFile Modifier and Type Method Description voidMatchWekaInstanceAgainstFileHeader. setHeader(PlaceholderFile value)Sets the file to load the dataset header from.voidAbstractScriptedConversion. 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 PlaceholderFileAbstractScriptedFilter. m_ScriptFilethe script.Methods in adams.data.filter that return PlaceholderFile Modifier and Type Method Description PlaceholderFileAbstractScriptedFilter. getScriptFile()Gets the script file.Methods in adams.data.filter with parameters of type PlaceholderFile Modifier and Type Method Description voidAbstractScriptedFilter. 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 PlaceholderFileAbstractScriptedFeatureGenerator. m_ScriptFilethe script.Methods in adams.data.image.features that return PlaceholderFile Modifier and Type Method Description PlaceholderFileAbstractScriptedFeatureGenerator. getScriptFile()Gets the script file.Methods in adams.data.image.features with parameters of type PlaceholderFile Modifier and Type Method Description voidAbstractScriptedFeatureGenerator. 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 PlaceholderFileAbstractScriptedTransformer. m_ScriptFilethe script.Methods in adams.data.image.transformer that return PlaceholderFile Modifier and Type Method Description PlaceholderFileAbstractScriptedTransformer. getScriptFile()Gets the script file.Methods in adams.data.image.transformer with parameters of type PlaceholderFile Modifier and Type Method Description voidAbstractScriptedTransformer. 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 PlaceholderFileAbstractDataContainerReader. m_Inputthe file to parse.protected PlaceholderFileAbstractEmailFileReader. m_Inputthe file to read the email from.protected PlaceholderFileAbstractReportReader. m_Inputthe file to parse.protected PlaceholderFileYoloAnnotationsReportReader. m_LabelDefinitionsthe spreadsheet with the label index/label relation, ignored if directory.Methods in adams.data.io.input that return PlaceholderFile Modifier and Type Method Description PlaceholderFileAbstractDataContainerReader. getInput()The file/directory to read.PlaceholderFileAbstractEmailFileReader. getInput()Returns the file to read.PlaceholderFileAbstractReportReader. getInput()The file/directory to read.PlaceholderFileDataContainerReader. getInput()The file/directory to read.PlaceholderFileEmailFileReader. getInput()Returns the file to read.PlaceholderFileReportReader. getInput()The file/directory to read.PlaceholderFileYoloAnnotationsReportReader. getLabelDefinitions()Returns the spreadsheet file with the label index / label string relation.protected PlaceholderFileAbstractPNGAnnotationImageSegmentationReader. 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 voidAbstractAdamsExperimentReader. check(PlaceholderFile file)Performs checks.protected voidAbstractImageReader. check(PlaceholderFile file)Performs checks.protected StringAbstractImageSegmentationAnnotationReader. check(PlaceholderFile file)Hook method for performing checks before reading the data.protected voidAbstractObjectReader. check(PlaceholderFile file)Performs checks.protected StringAbstractParameterMapReader. check(PlaceholderFile input)Hook method for performing checks.protected StringAbstractPNGAnnotationImageSegmentationReader. check(PlaceholderFile file)Hook method for performing checks before reading the data.protected abstract AbstractExperimentAbstractAdamsExperimentReader. doRead(PlaceholderFile file)Performs the actual reading of the experiment file.protected abstract TAbstractImageReader. doRead(PlaceholderFile file)Performs the actual reading of the image file.protected abstract ImageSegmentationContainerAbstractImageSegmentationAnnotationReader. doRead(PlaceholderFile file)Reads the image segmentation annotations.protected abstract ObjectAbstractObjectReader. 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 ImageSegmentationContainerAbstractPNGAnnotationImageSegmentationReader. doRead(PlaceholderFile file)Reads the image segmentation annotations.protected BufferedImageContainerApacheCommonsImageReader. doRead(PlaceholderFile file)Performs the actual reading of the image file.protected BoofCVImageContainerBoofCVImageReader. doRead(PlaceholderFile file)Performs the actual reading of the image file.protected ObjectCommandlineReader. doRead(PlaceholderFile file)Performs the actual reading of the object file.protected ImageSegmentationContainerIndividualImageSegmentationLayerReader. doRead(PlaceholderFile file)Reads the image segmentation annotations.protected BufferedImageContainerJAIImageReader. doRead(PlaceholderFile file)Performs the actual reading of the image file.protected AbstractExperimentJsonAdamsExperimentReader. 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 AbstractExperimentNestedAdamsExperimentReader. doRead(PlaceholderFile file)Performs the actual reading of the experiment file.protected ObjectNestedCommandlineReader. doRead(PlaceholderFile file)Performs the actual reading of the object file.protected OpenCVImageContainerOpenCVImageReader. doRead(PlaceholderFile file)Performs the actual reading of the image file.protected BufferedImageContainerPNGImageReader. doRead(PlaceholderFile file)Performs the actual reading of the image file.protected ObjectSerializableObjectReader. doRead(PlaceholderFile file)Performs the actual reading of the object file.protected AbstractExperimentSerializedAdamsExperimentReader. doRead(PlaceholderFile file)Performs the actual reading of the experiment file.protected ObjectSerializedObjectReader. 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 ObjectWekaClassifierModelReader. doRead(PlaceholderFile file)Performs the actual reading of the object file.protected ObjectXStreamReader. 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 ImageSegmentationContainerAbstractPNGAnnotationImageSegmentationReader. doReadLayers(PlaceholderFile file)Reads the image segmentation annotations.protected ImageSegmentationContainerBlueChannelImageSegmentationReader. doReadLayers(PlaceholderFile file)Reads the image segmentation annotations.protected ImageSegmentationContainerGrayscaleImageSegmentationReader. doReadLayers(PlaceholderFile file)Reads the image segmentation annotations.protected ImageSegmentationContainerIndexedPNGImageSegmentationReader. doReadLayers(PlaceholderFile file)Reads the image segmentation annotations.protected PlaceholderFileAbstractPNGAnnotationImageSegmentationReader. locatePNG(PlaceholderFile file)Locates the PNG annotation file.protected ImageSegmentationContainerAbstractPNGAnnotationImageSegmentationReader. newContainer(PlaceholderFile file)Creates a container with the base image and no layers.protected TAbstractImageReader. postProcess(T cont, PlaceholderFile file)Performs some post-processing on the container.AbstractExperimentAbstractAdamsExperimentReader. read(PlaceholderFile file)Reads the experiment file.TAbstractImageReader. read(PlaceholderFile file)Reads the image file.ImageSegmentationContainerAbstractImageSegmentationAnnotationReader. read(PlaceholderFile file)Reads the image segmentation annotations.ObjectAbstractObjectReader. read(PlaceholderFile file)Reads the object file.Map<String,Object>AbstractParameterMapReader. read(PlaceholderFile input)Reads the parameters from the file.TImageReader. read(PlaceholderFile file)Reads the image file.ImageSegmentationContainerImageSegmentationAnnotationReader. 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 BufferedImageAbstractCustomPNGAnnotationImageSegmentationReader. readPNG(PlaceholderFile file)Reads the PNG file associated with the specified JPG file.voidAbstractDataContainerReader. setInput(PlaceholderFile value)Sets the file/directory to read.voidAbstractEmailFileReader. setInput(PlaceholderFile value)Sets the file to read.voidAbstractReportReader. setInput(PlaceholderFile value)Sets the file/directory to read.voidDataContainerReader. setInput(PlaceholderFile value)Sets the file/directory to read.voidEmailFileReader. setInput(PlaceholderFile value)Sets the file to read.voidReportReader. setInput(PlaceholderFile value)Sets the file/directory to read.voidYoloAnnotationsReportReader. 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 PlaceholderFileYoloAnnotationsReportWriter. m_LabelDefinitionsthe spreadsheet with the label index/label relation, ignored if directory.protected PlaceholderFileAbstractDataContainerWriter. m_Outputthe file to write to.protected PlaceholderFileAbstractEmailFileWriter. m_Outputthe file to read the email from.protected PlaceholderFileAbstractReportWriter. m_Outputthe file to write to.Methods in adams.data.io.output that return PlaceholderFile Modifier and Type Method Description protected PlaceholderFileAbstractPNGAnnotationImageSegmentationWriter. getAnnotationFile(PlaceholderFile file)Generates the annotation file name.PlaceholderFileYoloAnnotationsReportWriter. getLabelDefinitions()Returns the spreadsheet file with the label index / label string relation.PlaceholderFileAbstractDataContainerWriter. getOutput()The file/directory to write to.PlaceholderFileAbstractEmailFileWriter. getOutput()Returns the file to write the email to.PlaceholderFileAbstractReportWriter. getOutput()The file/directory to write to.PlaceholderFileDataContainerWriter. getOutput()The file/directory to write to.PlaceholderFileEmailFileWriter. getOutput()Returns the file to write the email to.PlaceholderFileReportWriter. getOutput()The file/directory to write to.Methods in adams.data.io.output with parameters of type PlaceholderFile Modifier and Type Method Description protected StringAbstractImageSegmentationAnnotationWriter. check(PlaceholderFile file, ImageSegmentationContainer annotations)Hook method for performing checks before writing the data.protected StringAbstractParameterMapWriter. check(PlaceholderFile output)Hook method for performing checks.protected StringAbstractPNGAnnotationImageSegmentationWriter. check(PlaceholderFile file, ImageSegmentationContainer annotations)Hook method for performing checks before writing the data.protected abstract StringAbstractAdamsExperimentWriter. doWrite(PlaceholderFile file, AbstractExperiment exp)Performs the actual writing of the experiment file.protected abstract StringAbstractImageSegmentationAnnotationWriter. doWrite(PlaceholderFile file, ImageSegmentationContainer annotations)Writes the image segmentation annotations.protected abstract StringAbstractImageWriter. doWrite(PlaceholderFile file, T cont)Performs the actual writing of the image file.protected abstract StringAbstractObjectWriter. doWrite(PlaceholderFile file, Object obj)Performs the actual writing of the object file.protected abstract voidAbstractParameterMapWriter. doWrite(Map<String,Object> params, PlaceholderFile output)Reads the parameters from the file.protected StringApacheCommonsImageWriter. doWrite(PlaceholderFile file, BufferedImageContainer cont)Performs the actual writing of the image file.protected StringBlueChannelImageSegmentationWriter. doWrite(PlaceholderFile file, ImageSegmentationContainer annotations)Writes the image segmentation annotations.protected StringBoofCVImageWriter. doWrite(PlaceholderFile file, BoofCVImageContainer cont)Performs the actual writing of the image file.protected StringCommandlineWriter. doWrite(PlaceholderFile file, Object obj)Performs the actual writing of the object file.protected StringGrayOrIndexedImageWriter. doWrite(PlaceholderFile file, BufferedImageContainer cont)Performs the actual writing of the image file.protected StringGrayscaleImageSegmentationWriter. doWrite(PlaceholderFile file, ImageSegmentationContainer annotations)Writes the image segmentation annotations.protected StringIndexedPNGImageSegmentationWriter. doWrite(PlaceholderFile file, ImageSegmentationContainer annotations)Writes the image segmentation annotations.protected StringIndividualImageSegmentationLayerWriter. doWrite(PlaceholderFile file, ImageSegmentationContainer annotations)Writes the image segmentation annotations.protected StringJAIExplicitImageWriter. doWrite(PlaceholderFile file, BufferedImageContainer cont)Performs the actual writing of the image file.protected StringJAIImageWriter. doWrite(PlaceholderFile file, BufferedImageContainer cont)Performs the actual writing of the image file.protected StringJavaInstantiationWriter. doWrite(PlaceholderFile file, Object obj)Performs the actual writing of the object file.protected StringJsonAdamsExperimentWriter. doWrite(PlaceholderFile file, AbstractExperiment exp)Performs the actual writing of the experiment file.protected voidJsonParameterMapWriter. doWrite(Map<String,Object> params, PlaceholderFile output)Reads the parameters from the file.protected StringNestedAdamsExperimentWriter. doWrite(PlaceholderFile file, AbstractExperiment exp)Performs the actual writing of the experiment file.protected StringNestedCommandlineWriter. doWrite(PlaceholderFile file, Object obj)Performs the actual writing of the object file.protected StringOpenCVImageWriter. doWrite(PlaceholderFile file, OpenCVImageContainer cont)Performs the actual writing of the image file.protected StringSerializableObjectWriter. doWrite(PlaceholderFile file, Object obj)Performs the actual writing of the object file.protected StringSerializedAdamsExperimentWriter. doWrite(PlaceholderFile file, AbstractExperiment exp)Performs the actual writing of the experiment file.protected StringSerializedObjectWriter. doWrite(PlaceholderFile file, Object obj)Performs the actual writing of the object file.protected voidSerializedParameterMapWriter. doWrite(Map<String,Object> params, PlaceholderFile output)Reads the parameters from the file.protected StringSimpleJavaInstantiationWriter. doWrite(PlaceholderFile file, Object obj)Performs the actual writing of the object file.protected StringXStreamWriter. doWrite(PlaceholderFile file, Object obj)Performs the actual writing of the object file.protected voidYamlParameterMapWriter. doWrite(Map<String,Object> params, PlaceholderFile output)Reads the parameters from the file.protected PlaceholderFileAbstractPNGAnnotationImageSegmentationWriter. getAnnotationFile(PlaceholderFile file)Generates the annotation file name.voidYoloAnnotationsReportWriter. setLabelDefinitions(PlaceholderFile value)Sets the spreadsheet file with the label index / label string relation.voidAbstractDataContainerWriter. setOutput(PlaceholderFile value)Sets the file/directory to write to.voidAbstractEmailFileWriter. setOutput(PlaceholderFile value)Sets the file to write the email to.voidAbstractReportWriter. setOutput(PlaceholderFile value)Sets the file/directory to write to.voidDataContainerWriter. setOutput(PlaceholderFile value)Sets the file/directory to write to.voidEmailFileWriter. setOutput(PlaceholderFile value)Sets the file to write the email to.voidReportWriter. setOutput(PlaceholderFile value)Sets the file/directory to write to.StringAbstractAdamsExperimentWriter. write(PlaceholderFile file, AbstractExperiment exp)Writes the experiment file.StringAbstractImageSegmentationAnnotationWriter. write(PlaceholderFile file, ImageSegmentationContainer annotations)Writes the image segmentation annotations.StringAbstractImageWriter. write(PlaceholderFile file, T cont)Writes the image file.StringAbstractObjectWriter. write(PlaceholderFile file, Object obj)Writes the object file.voidAbstractParameterMapWriter. write(Map<String,Object> params, PlaceholderFile output)Reads the parameters from the file.StringImageSegmentationAnnotationWriter. write(PlaceholderFile file, ImageSegmentationContainer annotations)Writes the image segmentation annotations.StringImageWriter. write(PlaceholderFile file, T cont)Writes the image file.protected StringAbstractImageSegmentationAnnotationWriter. writeBaseImage(PlaceholderFile file, ImageSegmentationContainer annotations)Writes the base image unless skipped.protected StringIndividualImageSegmentationLayerWriter. writeFile(BufferedImage image, PlaceholderFile file)Writes the file to disk. -
Uses of PlaceholderFile in adams.data.io.output.jaiwriter
Methods in adams.data.io.output.jaiwriter with parameters of type PlaceholderFile Modifier and Type Method Description StringAbstractJAIWriter. write(PlaceholderFile file, BufferedImage img)Performs the actual writing of the image file. -
Uses of PlaceholderFile in adams.data.jai.transformer
Fields in adams.data.jai.transformer declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFileAbstractScriptedTransformer. m_ScriptFilethe script.Methods in adams.data.jai.transformer that return PlaceholderFile Modifier and Type Method Description PlaceholderFileAbstractScriptedTransformer. getScriptFile()Gets the script file.Methods in adams.data.jai.transformer with parameters of type PlaceholderFile Modifier and Type Method Description voidAbstractScriptedTransformer. 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 PlaceholderFileAbstractScriptedFeatureGenerator. m_ScriptFilethe script.Methods in adams.data.opencv.features that return PlaceholderFile Modifier and Type Method Description PlaceholderFileAbstractScriptedFeatureGenerator. getScriptFile()Gets the script file.Methods in adams.data.opencv.features with parameters of type PlaceholderFile Modifier and Type Method Description voidAbstractScriptedFeatureGenerator. 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 PlaceholderFileAbstractScriptedTransformer. m_ScriptFilethe script.Methods in adams.data.opencv.transformer that return PlaceholderFile Modifier and Type Method Description PlaceholderFileAbstractScriptedTransformer. getScriptFile()Gets the script file.Methods in adams.data.opencv.transformer with parameters of type PlaceholderFile Modifier and Type Method Description voidAbstractScriptedTransformer. 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 PlaceholderFileAbstractScriptedOutlierDetector. m_ScriptFilethe script.Methods in adams.data.outlier that return PlaceholderFile Modifier and Type Method Description PlaceholderFileAbstractScriptedOutlierDetector. getScriptFile()Gets the script file.Methods in adams.data.outlier with parameters of type PlaceholderFile Modifier and Type Method Description voidAbstractScriptedOutlierDetector. 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 PlaceholderFileAbstractScriptedReportFilter. m_ScriptFilethe script.Methods in adams.data.report that return PlaceholderFile Modifier and Type Method Description PlaceholderFileAbstractScriptedReportFilter. getScriptFile()Gets the script file.Methods in adams.data.report with parameters of type PlaceholderFile Modifier and Type Method Description voidAbstractScriptedReportFilter. 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 PlaceholderFileAbstractFileBasedListingOutput. m_OutputFilethe output file.Methods in adams.doc.listing that return PlaceholderFile Modifier and Type Method Description protected abstract PlaceholderFileAbstractFileBasedListingOutput. getDefaultOutputFile()Returns the default output file.protected PlaceholderFileHtmlOutput. getDefaultOutputFile()Returns the default output file.protected PlaceholderFileMarkdownOutput. getDefaultOutputFile()Returns the default output file.PlaceholderFileAbstractFileBasedListingOutput. getOutputFile()Returns the output file.Methods in adams.doc.listing with parameters of type PlaceholderFile Modifier and Type Method Description voidAbstractFileBasedListingOutput. 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 PlaceholderFileFlowRunner. m_Inputthe flow file/dir with flows to execute.protected PlaceholderFileFlowSetupRunner. m_SetupFilethe control center setup.Methods in adams.flow that return PlaceholderFile Modifier and Type Method Description PlaceholderFileFlowRunner. getInput()Returns the file (or directory with flows) to load the actor from.PlaceholderFileFlowSetupRunner. getSetupFile()Returns the setup file to load the actor from.Methods in adams.flow with parameters of type PlaceholderFile Modifier and Type Method Description voidFlowRunner. setInput(PlaceholderFile value)Sets the file (or directory with flows) to load the actor from.voidFlowSetupRunner. 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 PlaceholderFileBinaryFile. m_Filethe file to look for.protected PlaceholderFileFileChanged. m_Filethe file to look for.protected PlaceholderFileFileComplete. m_Filethe file to look for.protected PlaceholderFileFileExists. m_Filethe file to look for.protected PlaceholderFileFileInUse. m_Filethe file to look for.protected PlaceholderFileWekaClassification. m_ModelFilethe serialized model to load.protected PlaceholderFileAbstractScriptedCondition. m_ScriptFilethe Groovy module.Methods in adams.flow.condition.bool that return PlaceholderFile Modifier and Type Method Description PlaceholderFileBinaryFile. getFile()Returns the file to look for.PlaceholderFileFileChanged. getFile()Returns the file to check.PlaceholderFileFileComplete. getFile()Returns the file to check.PlaceholderFileFileExists. getFile()Returns the file to look for.PlaceholderFileFileInUse. getFile()Returns the file to check.PlaceholderFileWekaClassification. getModelFile()Returns the file to load the model from.PlaceholderFileAbstractScriptedCondition. getScriptFile()Gets the Groovy module.Methods in adams.flow.condition.bool with parameters of type PlaceholderFile Modifier and Type Method Description voidBinaryFile. setFile(PlaceholderFile value)Sets the file to look for.voidFileChanged. setFile(PlaceholderFile value)Sets the file to check.voidFileComplete. setFile(PlaceholderFile value)Sets the file to check.voidFileExists. setFile(PlaceholderFile value)Sets the file to look for.voidFileInUse. setFile(PlaceholderFile value)Sets the file to check.voidWekaClassification. setModelFile(PlaceholderFile value)Sets the file to load the model from.voidAbstractScriptedCondition. 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_ClasspathJarsthe classpath jars.protected PlaceholderFileJDeps. m_Executablethe jdeps executable.protected PlaceholderFileJMap. m_Executablethe jmap executable.protected PlaceholderFileAbstractDataContainerFileChecker. m_Logthe (optional) log file to write the expired items to.protected PlaceholderFileDesktopScreenshot. m_OutputFilethe output file to use.protected PlaceholderFileHeapDump. m_OutputFilethe log file.Methods in adams.flow.control that return PlaceholderFile Modifier and Type Method Description protected PlaceholderFileCallableActorScreenshot. generateFilename()Generates the filename for the output.PlaceholderFile[]JDeps. getClasspathJars()Returns the classpath jars to use instead of the application's classpath.PlaceholderFileJDeps. getExecutable()Returns the jdeps executable.PlaceholderFileJMap. getExecutable()Returns the jmap executable.PlaceholderFileAbstractDataContainerFileChecker. getLog()Returns the log file to write the files to that expired from the final blacklist.PlaceholderFileDesktopScreenshot. getOutputFile()Returns the output file.PlaceholderFileHeapDump. getOutputFile()Returns the output file.Methods in adams.flow.control with parameters of type PlaceholderFile Modifier and Type Method Description voidJDeps. setClasspathJars(PlaceholderFile[] value)Sets the classpath jars to use instead of the application's classpath.voidJDeps. setExecutable(PlaceholderFile value)Sets the jdeps executable.voidJMap. setExecutable(PlaceholderFile value)Sets the jmap executable.voidAbstractDataContainerFileChecker. setLog(PlaceholderFile value)Sets the log file to write the files to that expired from the final blacklist.voidDesktopScreenshot. setOutputFile(PlaceholderFile value)Sets the output file.voidHeapDump. 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 PlaceholderFileTimestampFile. m_Filethe file to update.Methods in adams.flow.control.flowrestart.notification that return PlaceholderFile Modifier and Type Method Description PlaceholderFileTimestampFile. getFile()Returns the file to update.Methods in adams.flow.control.flowrestart.notification with parameters of type PlaceholderFile Modifier and Type Method Description voidTimestampFile. 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 PlaceholderFileFileMonitor. m_MonitoredFilethe file to monitor.Methods in adams.flow.control.flowrestart.trigger that return PlaceholderFile Modifier and Type Method Description PlaceholderFileFileMonitor. getMonitoredFile()Returns the file to monitor.Methods in adams.flow.control.flowrestart.trigger with parameters of type PlaceholderFile Modifier and Type Method Description voidFileMonitor. 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 PlaceholderFileAbstractModelLoader. m_ModelFilethe mode file.protected PlaceholderFileActorUsage. m_Outputthe output file.protected PlaceholderFileAbstractScriptedActor. m_ScriptFilethe script.Methods in adams.flow.core that return PlaceholderFile Modifier and Type Method Description protected PlaceholderFileAbstractBaseExternalActor. getActualActorFile()Expands the filename, applying any variables if necessary.PlaceholderFileAbstractModelLoader. getModelFile()Returns the file to load the model from.PlaceholderFileModelLoaderSupporter. getModelFile()Returns the file to load the model from.PlaceholderFileActorUsage. getOutput()Returns the output file.PlaceholderFileAdditionalOptions. getPlaceholderFile(String key)Returns the stored placeholder file.PlaceholderFileAdditionalOptions. getPlaceholderFile(String key, PlaceholderFile defValue)Returns the stored placeholder file or the default value if not found.PlaceholderFileRestorableActor. getRestorationFile()Returns the file for storing the state.PlaceholderFileAbstractScriptedActor. getScriptFile()Gets the script file.Methods in adams.flow.core with parameters of type PlaceholderFile Modifier and Type Method Description static booleanRestorableActorHelper. canRead(PlaceholderFile input)Checks whether the restoration file can be read.PlaceholderFileAdditionalOptions. getPlaceholderFile(String key, PlaceholderFile defValue)Returns the stored placeholder file or the default value if not found.voidAdditionalOptions. putPlaceholderFile(String key, PlaceholderFile value)Stores the given placeholder file value under the specified key.static StringRestorableActorHelper. read(PlaceholderFile input, Properties props)Loads the state as properties from the specified file.static StringRestorableActorHelper. read(PlaceholderFile input, RestorableActor actor, String[] properties)Reads the specified state information from the specified input file.voidAbstractModelLoader. setModelFile(PlaceholderFile value)Sets the file to load the model from.voidModelLoaderSupporter. setModelFile(PlaceholderFile value)Sets the file to load the model from.voidActorUsage. setOutput(PlaceholderFile value)Sets the output file.voidRestorableActor. setRestorationFile(PlaceholderFile value)Sets the file for storing the state.voidAbstractScriptedActor. setScriptFile(PlaceholderFile value)Sets the script file.static StringRestorableActorHelper. write(Properties props, PlaceholderFile output)Stores the state properties in the specified file.static StringRestorableActorHelper. 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 PlaceholderFileExecutionCounter. m_LogFilethe file to write to.protected PlaceholderFileExecutionLog. m_LogFilethe file to write to.protected PlaceholderFileTime. m_LogFilethe file to write to.protected PlaceholderFileTraceExecutionTime. m_LogFilethe file to write to.Methods in adams.flow.execution that return PlaceholderFile Modifier and Type Method Description PlaceholderFileExecutionCounter. getLogFile()Returns the log file.PlaceholderFileExecutionLog. getLogFile()Returns the log file.PlaceholderFileTime. getLogFile()Returns the log file.PlaceholderFileTraceExecutionTime. getLogFile()Returns the log file.Methods in adams.flow.execution with parameters of type PlaceholderFile Modifier and Type Method Description voidExecutionCounter. setLogFile(PlaceholderFile value)Sets the log file.voidExecutionLog. setLogFile(PlaceholderFile value)Sets the log file.voidTime. setLogFile(PlaceholderFile value)Sets the log file.voidTraceExecutionTime. 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 PlaceholderFileWekaDatabaseWriter. m_CustomPropsFilea custom properties file to use instead of default one.protected PlaceholderFileBrowser. m_Executablethe custom executable.protected PlaceholderFileAbstractGraphicsGenerator. m_Outputthe file/dir to write to.protected PlaceholderFileAbstractFileWriter. m_OutputFilethe output file.protected PlaceholderFileSequencePlotter. m_OutputFilethe file to save the plot containers to.protected PlaceholderFileSimplePlot. m_OutputFilethe file to save the plot containers to.protected PlaceholderFileWekaExperimentGenerator. m_OutputFilethe file to store the experiment in.protected PlaceholderFileWekaExperimentGenerator. m_ResultFilethe file to store the result in.Methods in adams.flow.sink that return PlaceholderFile Modifier and Type Method Description protected abstract PlaceholderFileAbstractGraphicsGenerator. generateFilename()Generates the filename for the output.protected PlaceholderFileScreenshot. generateFilename()Generates the filename for the output.PlaceholderFileWekaDatabaseWriter. getCustomPropsFile()Returns the custom properties file to use for initializing the database setup instead of WEKA's default one.protected PlaceholderFileAbstractFileWriter. getDefaultOutputFile()Returns the default output file.protected PlaceholderFileEmailFileWriter. getDefaultOutputFile()Returns the default output file.protected PlaceholderFileSequencePlotter. getDefaultOutputFile()Returns the default output file.protected PlaceholderFileSimplePlot. getDefaultOutputFile()Returns the default output file.protected PlaceholderFileSpreadSheetFileWriter. getDefaultOutputFile()Returns the default output file.PlaceholderFileBrowser. getExecutable()Returns the custom browser executable.PlaceholderFileAbstractGraphicsGenerator. getOutput()Returns the output.PlaceholderFileAbstractFileWriter. getOutputFile()Get output file.PlaceholderFileSequencePlotter. getOutputFile()Returns the output file.PlaceholderFileSimplePlot. getOutputFile()Returns the output file.PlaceholderFileWekaExperimentGenerator. getOutputFile()Returns the file to store the experiment in.PlaceholderFileWekaExperimentGenerator. 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 voidWekaDatabaseWriter. setCustomPropsFile(PlaceholderFile value)Sets the custom properties file to use for initializing the database setup instead of WEKA's default one.voidBrowser. setExecutable(PlaceholderFile value)Sets the custom browser executable.voidAbstractGraphicsGenerator. setOutput(PlaceholderFile value)Sets the output.voidAbstractFileWriter. setOutputFile(PlaceholderFile value)Set output file.voidSequencePlotter. setOutputFile(PlaceholderFile value)Sets the output file.voidSimplePlot. setOutputFile(PlaceholderFile value)Sets the output file.voidWekaExperimentGenerator. setOutputFile(PlaceholderFile value)Sets the file to store the experiment setup in (the extensions determines the type).voidWekaExperimentGenerator. 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 PlaceholderFileLogFile. m_OutputFilethe log file.Methods in adams.flow.sink.sendnotification that return PlaceholderFile Modifier and Type Method Description PlaceholderFileLogFile. getOutputFile()Returns the output file.Methods in adams.flow.sink.sendnotification with parameters of type PlaceholderFile Modifier and Type Method Description voidLogFile. 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 PlaceholderFileFileOutput. m_OutputFilethe file to write to.Methods in adams.flow.sink.simplelogging.output that return PlaceholderFile Modifier and Type Method Description PlaceholderFileFileOutput. getOutputFile()Returns the output file.Methods in adams.flow.sink.simplelogging.output with parameters of type PlaceholderFile Modifier and Type Method Description voidFileOutput. 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 PlaceholderFileWekaDatabaseReader. m_CustomPropsFilea custom properties file to use instead of default one.protected PlaceholderFileRSync. m_ExcludeFromprotected PlaceholderFileSimpleRSync. m_ExcludeFromprotected PlaceholderFile[]FileSupplier. m_Filesthe files to broadcast.protected PlaceholderFileRSync. m_FilesFromprotected PlaceholderFileSimpleRSync. m_FilesFromprotected PlaceholderFileRSync. m_IncludeFromprotected PlaceholderFileSimpleRSync. m_IncludeFromprotected PlaceholderFile[]SelectFile. m_InitialFilesthe initial files to use.protected PlaceholderFile[]WekaSelectDataset. m_InitialFilesthe initial files to use.protected PlaceholderFileRSync. m_LogFileprotected PlaceholderFileWekaForecasting. m_ModelFilethe serialized model to load.protected PlaceholderFileRSync. m_OnlyWriteBatchprotected PlaceholderFileNewArchive. m_Outputthe filename of the archive output.protected PlaceholderFilePDFNewDocument. m_OutputFilethe output file.protected PlaceholderFileRSync. m_ReadBatchprotected PlaceholderFileEnterManyValues. m_RestorationFilethe file to store the restoration state in.protected PlaceholderFileEnterValue. m_RestorationFilethe file to store the restoration state in.protected PlaceholderFileSelectDirectory. m_RestorationFilethe file to store the restoration state in.protected PlaceholderFileSelectFile. m_RestorationFilethe file to store the restoration state in.protected PlaceholderFilePythonExec. m_Scriptthe script to run.protected PlaceholderFileRSync. m_WriteBatchMethods in adams.flow.source that return PlaceholderFile Modifier and Type Method Description PlaceholderFileWekaDatabaseReader. getCustomPropsFile()Returns the custom properties file to use for initializing the database setup instead of WEKA's default one.PlaceholderFileRSync. getExcludeFrom()PlaceholderFileSimpleRSync. getExcludeFrom()PlaceholderFile[]FileSupplier. getFiles()Returns the files to broadcast.PlaceholderFileRSync. getFilesFrom()PlaceholderFileSimpleRSync. getFilesFrom()PlaceholderFileRSync. getIncludeFrom()PlaceholderFileSimpleRSync. getIncludeFrom()PlaceholderFile[]SelectFile. getInitialFiles()Returns the initial files.PlaceholderFile[]WekaSelectDataset. getInitialFiles()Returns the initial files.PlaceholderFileRSync. getLogFile()PlaceholderFileWekaForecasting. getModelFile()Returns the file to load the model from.PlaceholderFileRSync. getOnlyWriteBatch()PlaceholderFileNewArchive. getOutput()Returns the archive output filename.PlaceholderFilePDFNewDocument. getOutputFile()Get output file.PlaceholderFileRSync. getReadBatch()PlaceholderFileEnterManyValues. getRestorationFile()Returns the file for storing the state.PlaceholderFileEnterValue. getRestorationFile()Returns the file for storing the state.PlaceholderFileSelectDirectory. getRestorationFile()Returns the file for storing the state.PlaceholderFileSelectFile. getRestorationFile()Returns the file for storing the state.PlaceholderFilePythonExec. getScript()Returns the Python script to run.PlaceholderFileRSync. getWriteBatch()Methods in adams.flow.source with parameters of type PlaceholderFile Modifier and Type Method Description voidWekaDatabaseReader. setCustomPropsFile(PlaceholderFile value)Sets the custom properties file to use for initializing the database setup instead of WEKA's default one.voidRSync. setExcludeFrom(PlaceholderFile value)voidSimpleRSync. setExcludeFrom(PlaceholderFile value)voidFileSupplier. setFiles(PlaceholderFile[] value)Sets the files to broadcast.voidRSync. setFilesFrom(PlaceholderFile value)voidSimpleRSync. setFilesFrom(PlaceholderFile value)voidRSync. setIncludeFrom(PlaceholderFile value)voidSimpleRSync. setIncludeFrom(PlaceholderFile value)voidSelectFile. setInitialFiles(PlaceholderFile[] value)Sets the initial files.voidWekaSelectDataset. setInitialFiles(PlaceholderFile[] value)Sets the initial files.voidRSync. setLogFile(PlaceholderFile value)voidWekaForecasting. setModelFile(PlaceholderFile value)Sets the file to load the model from.voidRSync. setOnlyWriteBatch(PlaceholderFile value)voidNewArchive. setOutput(PlaceholderFile value)Sets the archive output filename.voidPDFNewDocument. setOutputFile(PlaceholderFile value)Set output file.voidRSync. setReadBatch(PlaceholderFile value)voidEnterManyValues. setRestorationFile(PlaceholderFile value)Sets the file for storing the state.voidEnterValue. setRestorationFile(PlaceholderFile value)Sets the file for storing the state.voidSelectDirectory. setRestorationFile(PlaceholderFile value)Sets the file for storing the state.voidSelectFile. setRestorationFile(PlaceholderFile value)Sets the file for storing the state.voidPythonExec. setScript(PlaceholderFile value)Sets the Python script to run.voidRSync. setWriteBatch(PlaceholderFile value)Constructors in adams.flow.source with parameters of type PlaceholderFile Constructor Description FileSupplier(PlaceholderFile file)Constructor for single file.FileSupplier(PlaceholderFile[] files)Constructor for multiple files. -
Uses of PlaceholderFile in adams.flow.source.inputstreamsource
Fields in adams.flow.source.inputstreamsource declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFileFromFile. m_Sourcethe file to load.Methods in adams.flow.source.inputstreamsource that return PlaceholderFile Modifier and Type Method Description PlaceholderFileFromFile. getSource()Returns the source file.Methods in adams.flow.source.inputstreamsource with parameters of type PlaceholderFile Modifier and Type Method Description voidFromFile. 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 PlaceholderFileFromFile. m_Sourcethe file to load.Methods in adams.flow.source.readersource that return PlaceholderFile Modifier and Type Method Description PlaceholderFileFromFile. getSource()Returns the source file.Methods in adams.flow.source.readersource with parameters of type PlaceholderFile Modifier and Type Method Description voidFromFile. 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 PlaceholderFileFileValueDefinition. m_DefaultValuethe default file.Methods in adams.flow.source.valuedefinition that return PlaceholderFile Modifier and Type Method Description PlaceholderFileFileValueDefinition. getDefaultValue()Returns the default of the value.Methods in adams.flow.source.valuedefinition with parameters of type PlaceholderFile Modifier and Type Method Description voidFileValueDefinition. 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 PlaceholderFileTesseractConfiguration. m_ConfigFilethe (optional) config file to use.protected PlaceholderFileTesseractConfiguration. m_Executablethe executable to use.protected PlaceholderFileSSHConnection. m_KnownHoststhe file with known hosts.protected PlaceholderFileConsoleWindow. m_LogFilethe file to save the log messages to.protected PlaceholderFileDeserializeToStorage. m_ModelFilethe file to deserialize.protected PlaceholderFilePythonEnvironment. m_Pipthe pip executable.protected PlaceholderFileSSHConnection. m_PrivateKeyFilethe location of the private key.protected PlaceholderFilePythonEnvironment. m_Pythonthe python executable.Methods in adams.flow.standalone that return PlaceholderFile Modifier and Type Method Description PlaceholderFileTesseractConfiguration. getConfigFile()Returns the config file, ignored if pointing to directory.protected PlaceholderFileTesseractConfiguration. getDefaultExecutable()Returns the default executable to use.PlaceholderFileTesseractConfiguration. getExecutable()Returns the tesseract executable in use.PlaceholderFileSSHConnection. getKnownHosts()Returns the file with the known hosts.PlaceholderFileConsoleWindow. getLogFile()Returns the file to save the log messages to, ignored if directory.PlaceholderFileDeserializeToStorage. getModelFile()Returns the file to load the model from.PlaceholderFilePythonEnvironment. getPip()Returns the pip executable, uses one on path if pointing to directory.PlaceholderFileSSHConnection. getPrivateKeyFile()Returns the location of the private key file.PlaceholderFilePythonEnvironment. 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 StringDeserializeToStorage. read(PlaceholderFile file, StorageName name)Reads the file and stores the object in storage.voidTesseractConfiguration. setConfigFile(PlaceholderFile value)Sets the config file, ignored if pointing to directory.voidTesseractConfiguration. setExecutable(PlaceholderFile value)Sets the tesseract executable to use.voidSSHConnection. setKnownHosts(PlaceholderFile value)Sets the file with the known hosts.voidConsoleWindow. setLogFile(PlaceholderFile value)Sets the file to save the log messages to, ignored if directory.voidDeserializeToStorage. setModelFile(PlaceholderFile value)Sets the file to load the model from.voidPythonEnvironment. setPip(PlaceholderFile value)Sets the pip executable, uses one on path if pointing to directory.voidSSHConnection. setPrivateKeyFile(PlaceholderFile value)Sets the location of the private key file.voidPythonEnvironment. 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 PlaceholderFileAbstractScriptedTemplate. m_ScriptFilethe script.protected PlaceholderFileFromFile. m_TemplateFilethe file to load.Methods in adams.flow.template that return PlaceholderFile Modifier and Type Method Description PlaceholderFileAbstractScriptedTemplate. getScriptFile()Gets the script file.PlaceholderFileFromFile. getTemplateFile()Returns the template file currently to load.Methods in adams.flow.template with parameters of type PlaceholderFile Modifier and Type Method Description voidAbstractScriptedTemplate. setScriptFile(PlaceholderFile value)Sets the script file.voidFromFile. 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 PlaceholderFileMoveFile. m_Filethe target.protected PlaceholderFileAppendArchive. m_InputFilethe file to process.protected PlaceholderFilePDFAppendDocument. m_InputFilethe file to process.protected PlaceholderFileAbstractMultiCompress. m_Outputthe filename of the archive output.protected PlaceholderFileAbstractSingleCompress. m_Outputthe filename of the GZIP output.protected PlaceholderFilePDFExtract. m_Outputthe output file.protected PlaceholderFilePDFExtractText. m_Outputthe output file.protected PlaceholderFilePDFMerge. m_Outputthe output file.protected PlaceholderFilePDFStamp. m_Outputthe output file.protected PlaceholderFileTesseractOCR. m_OutputBasethe output base.protected PlaceholderFilePDFCreate. m_OutputFilethe output file.protected PlaceholderFilePDFGenerate. m_OutputFilethe output file.protected PlaceholderFilePythonExpandScript. m_OutputFilethe output file.protected PlaceholderFileWekaInstanceDumper. m_OutputPrefixthe output prefix.protected PlaceholderFileWekaReorderAttributesToReference. m_ReferenceFilethe reference dataset to load.protected PlaceholderFileSetReportFromFile. m_ReportFilethe file to load.protected PlaceholderFileXSLT. m_StyleSheetthe XSLT stylesheet to apply.protected PlaceholderFileImageLabeler. m_ToolOptionsRestorethe json file to store the tool options in.protected PlaceholderFileImageObjectAnnotator. m_ToolOptionsRestorethe json file to store the tool options in.protected PlaceholderFileImageSegmentationAnnotator. m_ToolOptionsRestorethe json file to store the tool options in.Methods in adams.flow.transformer that return PlaceholderFile Modifier and Type Method Description PlaceholderFileMoveFile. getFile()Returns the target file.PlaceholderFileAppendArchive. getInputFile()Returns the input file to process.PlaceholderFilePDFAppendDocument. getInputFile()Returns the input file to process.PlaceholderFileAbstractProcessWekaInstanceWithModel. getModelFile()Returns the file to load the model from.PlaceholderFileWekaFilter. getModelFile()Returns the file to load the model from.PlaceholderFileAbstractMultiCompress. getOutput()Returns the archive output filename.PlaceholderFileAbstractSingleCompress. getOutput()Returns the GZIP output filename.PlaceholderFilePDFExtract. getOutput()Returns the output file.PlaceholderFilePDFMerge. getOutput()Returns the output file.PlaceholderFilePDFStamp. getOutput()Returns the output file.PlaceholderFileTesseractOCR. getOutputBase()Returns the base name for the generated file(s).PlaceholderFilePDFCreate. getOutputFile()Returns the output file.PlaceholderFilePDFGenerate. getOutputFile()Returns the output file.PlaceholderFilePythonExpandScript. getOutputFile()Get output file.PlaceholderFileWekaInstanceDumper. getOutputPrefix()Returns the current output prefix.PlaceholderFileWekaReorderAttributesToReference. getReferenceFile()Returns the file to load the reference dataset from.PlaceholderFileSetReportFromFile. getReportFile()Returns the file to load the report from.PlaceholderFileXSLT. getStyleSheet()Returns the expression to apply.PlaceholderFileImageLabeler. getToolOptionsRestore()Returns the JSON file to store the tool options in for restoring the next time the actor gets called.PlaceholderFileImageObjectAnnotator. getToolOptionsRestore()Returns the JSON file to store the tool options in for restoring the next time the actor gets called.PlaceholderFileImageSegmentationAnnotator. getToolOptionsRestore()Returns the JSON file to store the tool options in for restoring the next time the actor gets called.Methods in adams.flow.transformer with parameters of type PlaceholderFile Modifier and Type Method Description voidMoveFile. setFile(PlaceholderFile value)Sets the target file.voidAppendArchive. setInputFile(PlaceholderFile value)Sets the input file to process.voidPDFAppendDocument. setInputFile(PlaceholderFile value)Sets the input file to process.voidAbstractProcessWekaInstanceWithModel. setModelFile(PlaceholderFile value)Sets the file to load the model from.voidWekaFilter. setModelFile(PlaceholderFile value)Sets the file to load the model from.voidAbstractMultiCompress. setOutput(PlaceholderFile value)Sets the archive output filename.voidAbstractSingleCompress. setOutput(PlaceholderFile value)Sets the GZIP output filename.voidPDFExtract. setOutput(PlaceholderFile value)Sets the output file.voidPDFMerge. setOutput(PlaceholderFile value)Sets the output file.voidPDFStamp. setOutput(PlaceholderFile value)Sets the output file.voidTesseractOCR. setOutputBase(PlaceholderFile value)Sets the base name for the generated file(s).voidPDFCreate. setOutputFile(PlaceholderFile value)Sets the output file.voidPDFGenerate. setOutputFile(PlaceholderFile value)Sets the output file.voidPythonExpandScript. setOutputFile(PlaceholderFile value)Set output file.voidWekaInstanceDumper. setOutputPrefix(PlaceholderFile value)Sets the prefix for the output (path + partial filename).voidWekaReorderAttributesToReference. setReferenceFile(PlaceholderFile value)Sets the file to load the reference dataset from.voidSetReportFromFile. setReportFile(PlaceholderFile value)Sets the file to load the report from.voidXSLT. setStyleSheet(PlaceholderFile value)Sets the expression to apply.voidImageLabeler. setToolOptionsRestore(PlaceholderFile value)Sets the JSON file to store the tool options in for restoring the next time the actor gets called.voidImageObjectAnnotator. setToolOptionsRestore(PlaceholderFile value)Sets the JSON file to store the tool options in for restoring the next time the actor gets called.voidImageSegmentationAnnotator. setToolOptionsRestore(PlaceholderFile value)Sets the JSON file to store the tool options in for restoring the next time the actor gets called. -
Uses of PlaceholderFile in adams.flow.transformer.generatefilebaseddataset
Fields in adams.flow.transformer.generatefilebaseddataset declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFileSimpleFileList. m_OutputFilethe output file.Methods in adams.flow.transformer.generatefilebaseddataset that return PlaceholderFile Modifier and Type Method Description PlaceholderFileSimpleFileList. getOutputFile()Returns the output file.Methods in adams.flow.transformer.generatefilebaseddataset with parameters of type PlaceholderFile Modifier and Type Method Description voidSimpleFileList. 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 PlaceholderFileAbstractScriptedPDFGenerator. m_ScriptFilethe script.Methods in adams.flow.transformer.pdfgenerate that return PlaceholderFile Modifier and Type Method Description PlaceholderFileAbstractScriptedPDFGenerator. getScriptFile()Gets the script file.Methods in adams.flow.transformer.pdfgenerate with parameters of type PlaceholderFile Modifier and Type Method Description voidAbstractScriptedPDFGenerator. 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 PlaceholderFilePDFGenerator. m_Outputthe output file.Methods in adams.flow.transformer.pdfproclet that return PlaceholderFile Modifier and Type Method Description PlaceholderFilePDFGenerator. getOutput()Returns the output file.Methods in adams.flow.transformer.pdfproclet with parameters of type PlaceholderFile Modifier and Type Method Description voidPDFGenerator. 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 PlaceholderFileImage. m_Imagethe image.Methods in adams.flow.transformer.pdfstamp that return PlaceholderFile Modifier and Type Method Description PlaceholderFileImage. getImage()Returns the image to insert.Methods in adams.flow.transformer.pdfstamp with parameters of type PlaceholderFile Modifier and Type Method Description voidImage. 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 PlaceholderFileAbstractFileSplitter. m_Prefixthe file prefix.Methods in adams.flow.transformer.splitfile that return PlaceholderFile Modifier and Type Method Description PlaceholderFileAbstractFileSplitter. 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 voidAbstractFileSplitter. check(PlaceholderFile file)Performs checks on the file.protected abstract voidAbstractFileSplitter. doSplit(PlaceholderFile file)Performs the actual splitting of the file.protected voidSplitByLineCount. doSplit(PlaceholderFile file)Performs the actual splitting of the file.protected voidSplitByNumber. doSplit(PlaceholderFile file)Performs the actual splitting of the file.protected voidSplitBySize. doSplit(PlaceholderFile file)Performs the actual splitting of the file.voidAbstractFileSplitter. 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 PlaceholderFileInstanceCompare. m_FirstFilethe first file to compare.protected PlaceholderFileInstanceCompare. m_SecondFilethe second file to compare.Methods in adams.gui that return PlaceholderFile Modifier and Type Method Description PlaceholderFileInstanceCompare. getFirstDataset()Returns the first dataset.PlaceholderFileInstanceCompare. getSecondDataset()Returns the second dataset.Methods in adams.gui with parameters of type PlaceholderFile Modifier and Type Method Description voidInstanceCompare. setFirstDataset(PlaceholderFile value)Sets the first dataset.voidInstanceCompare. 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 PlaceholderFileSftpRemoteDirectorySetup. m_KnownHoststhe file with known hosts.protected PlaceholderFileSftpRemoteDirectorySetup. m_PrivateKeyFilethe location of the private key.Methods in adams.gui.chooser that return PlaceholderFile Modifier and Type Method Description PlaceholderFileSftpRemoteDirectorySetup. getKnownHosts()Returns the file with the known hosts.PlaceholderFileSftpRemoteDirectorySetup. getPrivateKeyFile()Returns the location of the private key file.PlaceholderFileBaseFileChooser. 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 voidSftpRemoteDirectorySetup. setKnownHosts(PlaceholderFile value)Sets the file with the known hosts.voidSftpRemoteDirectorySetup. 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 PlaceholderFileConsolePanel. m_Logthe 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 voidPreviewBrowserDialog. open(PlaceholderFile file)Previews the specified file.voidSimplePreviewBrowserDialog. open(PlaceholderFile file)Previews the specified file.voidComposeEmailDialog. setAttachments(PlaceholderFile[] value)Sets the attachments.voidComposeEmailPanel. setAttachments(PlaceholderFile[] value)Sets the attachments. -
Uses of PlaceholderFile in adams.gui.flow
Fields in adams.gui.flow declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFileFlowViewStateManager. m_StateFilethe output file. -
Uses of PlaceholderFile in adams.gui.menu
Methods in adams.gui.menu with parameters of type PlaceholderFile Modifier and Type Method Description protected FlowMakeCompatibleDatasets. 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 PlaceholderFileJComponentWriter. m_OutputFilethe file to write the output stream to.Methods in adams.gui.print that return PlaceholderFile Modifier and Type Method Description PlaceholderFileJComponentWriter. 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 voidJComponentWriter. 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 PlaceholderFileScriptingLogger. m_LogFilethe 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 PlaceholderFileSendToActionUtils. 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 voidPreviewBrowserPanel. 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 PlaceholderFileAbstractArchiveHandler. m_Archivethe archive to extract the files from.protected PlaceholderFileFromFileHandler. m_Configurationthe file with the configuration.Methods in adams.gui.tools.previewbrowser that return PlaceholderFile Modifier and Type Method Description PlaceholderFileAbstractArchiveHandler. getArchive()Returns the current archive.PlaceholderFileArchiveHandler. getArchive()Returns the current archive.PlaceholderFileFromFileHandler. 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 voidAbstractArchiveHandler. setArchive(PlaceholderFile value)Sets the archive to get the files from.voidArchiveHandler. setArchive(PlaceholderFile value)Sets the archive to get the files from.voidFromFileHandler. 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 StringAbstractNotesReader. check(PlaceholderFile file)Hook method for checks before reading the notes.protected StringAbstractNotesWriter. 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 StringAbstractNotesWriter. doWrite(Map<String,String> notes, PlaceholderFile file)Writes the notes to the specified file.protected StringCsvNotesWriter. doWrite(Map<String,String> notes, PlaceholderFile file)Writes the notes to the specified file.protected StringJsonNotesWriter. doWrite(Map<String,String> notes, PlaceholderFile file)Writes the notes to the specified file.protected StringPropertiesNotesWriter. doWrite(Map<String,String> notes, PlaceholderFile file)Writes the notes to the specified file.protected StringYamlNotesWriter. 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.StringAbstractNotesWriter. 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_Datasetsthe datasets to evaluate.protected PlaceholderFileFileResultsHandler. m_OutputFilethe output file.Methods in adams.gui.tools.wekamultiexperimenter.experiment that return PlaceholderFile Modifier and Type Method Description PlaceholderFile[]AbstractExperiment. getDatasets()The datasets in use.PlaceholderFileFileResultsHandler. getOutputFile()Get output file.Methods in adams.gui.tools.wekamultiexperimenter.experiment with parameters of type PlaceholderFile Modifier and Type Method Description voidAbstractExperiment. addDataset(PlaceholderFile file)Adds a dataset.voidAbstractExperiment. setDatasets(PlaceholderFile[] value)Sets the datasets to use.voidFileResultsHandler. 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 PlaceholderFileBackgroundImagePaintlet. m_ImageFilethe image file to paint.Methods in adams.gui.visualization.core that return PlaceholderFile Modifier and Type Method Description PlaceholderFileBackgroundImagePaintlet. getImageFile()Returns the image file to load.Methods in adams.gui.visualization.core with parameters of type PlaceholderFile Modifier and Type Method Description voidBackgroundImagePaintlet. 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 PlaceholderFileImagePanel. m_CurrentFilethe 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 PlaceholderFilePDFExport. m_OutputFilethe output file.protected PlaceholderFileTarExport. m_OutputFilethe tar file to export the objects to.protected PlaceholderFileZipExport. m_OutputFilethe zip file to export the objects to.Methods in adams.gui.visualization.multiobjectexport that return PlaceholderFile Modifier and Type Method Description PlaceholderFilePDFExport. getOutputFile()Returns the output file.PlaceholderFileTarExport. getOutputFile()Returns the output tar file for the files generated from the objects.PlaceholderFileZipExport. 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 voidPDFExport. setOutputFile(PlaceholderFile value)Sets the output file.voidTarExport. setOutputFile(PlaceholderFile value)Sets the output tar file for the files generated from the objects.voidZipExport. setOutputFile(PlaceholderFile value)Sets the output zip file for the files generated from the objects. -
Uses of PlaceholderFile in adams.gui.visualization.object
Methods in adams.gui.visualization.object with parameters of type PlaceholderFile Modifier and Type Method Description voidObjectAnnotationPanel. loadToolOptions(PlaceholderFile optionsFile, LoggingSupporter logger)Restores the tool options from the JSON file.voidObjectAnnotationPanel. saveToolOptions(PlaceholderFile optionsFile, LoggingSupporter logger)Saves the tool options to the specified JSON file. -
Uses of PlaceholderFile in adams.gui.visualization.segmentation
Methods in adams.gui.visualization.segmentation with parameters of type PlaceholderFile Modifier and Type Method Description voidSegmentationPanel. loadToolOptions(PlaceholderFile optionsFile, LoggingSupporter logger)Restores the tool options from the JSON file.voidSegmentationPanel. saveToolOptions(PlaceholderFile optionsFile, LoggingSupporter logger)Saves the tool options to the specified JSON file. -
Uses of PlaceholderFile in adams.gui.visualization.watermark
Fields in adams.gui.visualization.watermark declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFileFromFile. m_ImageFilethe image file.Methods in adams.gui.visualization.watermark that return PlaceholderFile Modifier and Type Method Description PlaceholderFileFromFile. getImageFile()Returns the image to load, ignored if pointing to a directory.Methods in adams.gui.visualization.watermark with parameters of type PlaceholderFile Modifier and Type Method Description voidFromFile. setImageFile(PlaceholderFile value)Sets the image to load, ignored if pointing to a directory. -
Uses of PlaceholderFile in adams.multiprocess
Fields in adams.multiprocess declared as PlaceholderFile Modifier and Type Field Description protected PlaceholderFileSerializingJobRunner. m_Exportthe file to serialize the unexecuted jobs to.protected PlaceholderFileSerializingJobRunner. m_Importthe file to deserialize the finished jobs from.protected PlaceholderFileScpJobRunner. m_LocalFilethe local file to deserialize the finished jobs from.protected PlaceholderFileScpJobRunner. m_RemoteFilethe remote file to serialize the unexecuted jobs to.Methods in adams.multiprocess that return PlaceholderFile Modifier and Type Method Description protected PlaceholderFileSerializingJobRunner. getDefaultExport()Returns the default export file.protected PlaceholderFileSerializingJobRunner. getDefaultImport()Returns the default import file.protected PlaceholderFileScpJobRunner. getDefaultLocalFile()Returns the default local file.protected PlaceholderFileScpJobRunner. getDefaultRemoteFile()Returns the default remote file.PlaceholderFileSerializingJobRunner. getExport()Returns the file to export the un-executed jobs to.PlaceholderFileSerializingJobRunner. getImport()Returns the file to import the executed jobs from.PlaceholderFileScpJobRunner. getLocalFile()Returns the local file to import the executed jobs from.PlaceholderFileScpJobRunner. getRemoteFile()Returns the remote file for the un-executed jobs.Methods in adams.multiprocess with parameters of type PlaceholderFile Modifier and Type Method Description voidSerializingJobRunner. setExport(PlaceholderFile value)Sets the file to export the un-executed jobs to.voidSerializingJobRunner. setImport(PlaceholderFile value)Sets the file to import the executed jobs from.voidScpJobRunner. setLocalFile(PlaceholderFile value)Sets the local file to import the executed jobs from.voidScpJobRunner. 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 PlaceholderFileAbstractWEKAFitnessFunction. m_Datasetthe filename of the data to use for cross-validation.Methods in adams.opt.optimise.genetic.fitnessfunctions that return PlaceholderFile Modifier and Type Method Description PlaceholderFileAbstractWEKAFitnessFunction. 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 voidAbstractWEKAFitnessFunction. 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 PlaceholderFileLookUpUpdate. m_Inputthe spreadsheet file to read.protected PlaceholderFileSpreadSheetFormula. m_Inputthe spreadsheet file to read.protected PlaceholderFileSpreadSheetQuery. m_Inputthe spreadsheet file to read.Methods in adams.parser that return PlaceholderFile Modifier and Type Method Description PlaceholderFileLookUpUpdate. getInput()Returns the spreadsheet file to load, ignored if pointing to directory.PlaceholderFileSpreadSheetFormula. getInput()Returns the spreadsheet file to load, ignored if pointing to directory.PlaceholderFileSpreadSheetQuery. 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 voidLookUpUpdate. setInput(PlaceholderFile value)Sets the spreadsheet file to load, ignored if pointing to directory.voidSpreadSheetFormula. setInput(PlaceholderFile value)Sets the spreadsheet file to load, ignored if pointing to directory.voidSpreadSheetQuery. 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 PlaceholderFileSendFile. m_Filethe file to send.protected PlaceholderFileRetrieveFile. m_LocalFilethe local file to save to.protected PlaceholderFileSystemInfo. m_OutputFilethe output file.protected PlaceholderFileRetrieveFile. m_RemoteFilethe file to retrieve.protected PlaceholderFileText. m_RemoteFilethe remote file to save it to.Methods in adams.scripting.command.basic that return PlaceholderFile Modifier and Type Method Description PlaceholderFileSendFile. getFile()Returns the file to send.PlaceholderFileRetrieveFile. getLocalFile()Returns the local file to save the remote file to.PlaceholderFileSystemInfo. getOutputFile()Get output file.PlaceholderFileRetrieveFile. getRemoteFile()Returns the remote file to send.PlaceholderFileText. getRemoteFile()Get remote file.Methods in adams.scripting.command.basic with parameters of type PlaceholderFile Modifier and Type Method Description voidSendFile. setFile(PlaceholderFile value)Sets the file to send.voidRetrieveFile. setLocalFile(PlaceholderFile value)Sets the local file to save the remote file to.voidSystemInfo. setOutputFile(PlaceholderFile value)Set output file.voidRetrieveFile. setRemoteFile(PlaceholderFile value)Sets the remote file to send.voidText. 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 PlaceholderFileGetFlow. m_OutputFilethe file to save the flow to.Methods in adams.scripting.command.flow that return PlaceholderFile Modifier and Type Method Description PlaceholderFileGetFlow. getOutputFile()Get output file.Methods in adams.scripting.command.flow with parameters of type PlaceholderFile Modifier and Type Method Description voidGetFlow. 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 PlaceholderFileAbstractSSHConnection. m_KnownHoststhe file with known hosts.protected PlaceholderFileAbstractSSHConnection. m_PrivateKeyFilethe location of the private key.Methods in adams.scripting.connection that return PlaceholderFile Modifier and Type Method Description PlaceholderFileAbstractSSHConnection. getKnownHosts()Returns the file with the known hosts.PlaceholderFileAbstractSSHConnection. getPrivateKeyFile()Returns the location of the private key file.Methods in adams.scripting.connection with parameters of type PlaceholderFile Modifier and Type Method Description voidAbstractSSHConnection. setKnownHosts(PlaceholderFile value)Sets the file with the known hosts.voidAbstractSSHConnection. 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 PlaceholderFileCompareDatasets. m_Dataset1the first dataset.protected PlaceholderFileCompareDatasets. m_Dataset2the second dataset.protected PlaceholderFileZipPassword. m_Dictionarythe dictionary file to use.protected PlaceholderFileCompareDatasets. m_Missingthe output file for missing tests (CSV format).protected PlaceholderFileCompareDatasets. m_OutputFilethe output file (CSV format).protected PlaceholderFileZipPassword. m_Passwordthe file to store the determined password in (if successful).protected PlaceholderFileAbstractScriptedTool. m_ScriptFilethe script.protected PlaceholderFileZipPassword. m_Zipthe zip file to use.Methods in adams.tools that return PlaceholderFile Modifier and Type Method Description PlaceholderFileCompareDatasets. getDataset1()Returns the first dataset for the comparison.PlaceholderFileCompareDatasets. getDataset2()Returns the second dataset for the comparison.PlaceholderFileZipPassword. getDictionary()Returns the dictionary file to use.PlaceholderFileInputFileHandler. getInputFile()Get input file.PlaceholderFileCompareDatasets. getMissing()Returns the first dataset for the comparison.PlaceholderFileCompareDatasets. getOutputFile()Returns the first dataset for the comparison.PlaceholderFileZipPassword. getPassword()Returns the file for outputting the password.PlaceholderFileAbstractScriptedTool. getScriptFile()Gets the script file.PlaceholderFileZipPassword. getZip()Returns the ZIP file to use.Methods in adams.tools with parameters of type PlaceholderFile Modifier and Type Method Description voidCompareDatasets. setDataset1(PlaceholderFile value)Sets the first dataset for the comparison.voidCompareDatasets. setDataset2(PlaceholderFile value)Sets the second dataset for the comparison.voidZipPassword. setDictionary(PlaceholderFile value)Sets the dictionary file to use.voidInputFileHandler. setInputFile(PlaceholderFile value)Set input file.voidCompareDatasets. setMissing(PlaceholderFile value)Sets the first dataset for the comparison.voidCompareDatasets. setOutputFile(PlaceholderFile value)Sets the first dataset for the comparison.voidZipPassword. setPassword(PlaceholderFile value)Sets the file for outputting the password.voidAbstractScriptedTool. setScriptFile(PlaceholderFile value)Sets the script file.voidZipPassword. 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 PlaceholderFileFromPredictions. m_PredictionsFilethe predictions to use.Methods in weka.classifiers.functions that return PlaceholderFile Modifier and Type Method Description PlaceholderFileFromPredictions. getPredictionsFile()Returns the file with the predictions.Methods in weka.classifiers.functions with parameters of type PlaceholderFile Modifier and Type Method Description voidFromPredictions. 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 PlaceholderFileWekaOptionUtils. 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 PlaceholderFileWekaOptionUtils. 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 PlaceholderFileSerializedFilter. m_Serializedthe flow file to process the data with.Methods in weka.filters that return PlaceholderFile Modifier and Type Method Description PlaceholderFileSerializedFilter. getSerialized()Returns the serialized filter file.Methods in weka.filters with parameters of type PlaceholderFile Modifier and Type Method Description voidSerializedFilter. setSerialized(PlaceholderFile value)Sets the serialized filter file.
-