- getConverters() - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.RDataTransformations
-
Gets the collection of available transformations/converters.
- getError() - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.CommandExecutor
-
Gets the standard error reported by the executable/command.
- getErrorMessage() - Method in class uk.ac.liv.pgb.analytica.lib.TaskExecutionResult
-
Gets the error message, if any.
- getErrorMessage() - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.converters.RDataConversionResult
-
Gets the error message in this result, if any.
- getException() - Method in class uk.ac.liv.pgb.analytica.lib.TaskExecutionResult
-
Gets the exception contained in this result, if any.
- getException() - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.converters.RDataConversionResult
-
Gets the exception in this result, if any.
- getFunctionName() - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.RManifest
-
Gets the task's function name.
- getInstance() - Static method in class uk.ac.liv.pgb.analytica.lib.TaskManager
-
Gets the singleton instance of this class.
- getInstance() - Static method in class uk.ac.liv.pgb.analytica.lib.wrappedr.converters.MzQuantMLToLFConverter
-
Get the singleton instance of this class.
- getInstance() - Static method in class uk.ac.liv.pgb.analytica.lib.wrappedr.RDataTransformations
-
Gets the singleton instance of this class.
- getInstance() - Static method in class uk.ac.liv.pgb.analytica.lib.wrappedr.RRuntime
-
Gets the singleton instance of this class.
- getInstance() - Static method in class uk.ac.liv.pgb.analytica.lib.wrappedr.RSourceScanner
-
Gets the singleton instance of this class.
- getManifest() - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.RSourceFile
-
Get the manifest file.
- getName() - Method in class uk.ac.liv.pgb.analytica.lib.RTaskWithManifest
-
Gets the name of associated with this task.
- getName() - Method in class uk.ac.liv.pgb.analytica.lib.RTaskWithoutManifest
-
Gets the name of associated with this task.
- getName() - Method in interface uk.ac.liv.pgb.analytica.lib.Task
-
Get the name of the task.
- getOutput() - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.CommandExecutor
-
Gets the standard output reported by the command/executable.
- getOutputFilePrefix() - Method in class uk.ac.liv.pgb.analytica.lib.GraphicsPolicy
-
Gets the output file prefix.
- getScannedFiles() - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.RSourceScanner
-
Gets the R source files, with any manifests, that have been successfully scanned.
- getSourceFile() - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.RSourceFile
-
Get the R source file.
- getState() - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.RRuntime
-
Gets the current state of this runtime.
- getSuccessMessage() - Method in class uk.ac.liv.pgb.analytica.lib.TaskExecutionResult
-
Gets the success message in this result, if any.
- getSuccessMessage() - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.converters.RDataConversionResult
-
Gets the success message in this result, if any.
- getSupportedInputs() - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.converters.MzQuantMLToLFConverter
-
Get the supported input formats for this converter.
- getSupportedInputs() - Method in interface uk.ac.liv.pgb.analytica.lib.wrappedr.converters.RDataConverter
-
Gets the supported inputs.
- getSupportedOutput() - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.converters.MzQuantMLToLFConverter
-
Get the supported output format for this converter.
- getSupportedOutput() - Method in interface uk.ac.liv.pgb.analytica.lib.wrappedr.converters.RDataConverter
-
Gets the supported output.
- getSystemType() - Static method in class uk.ac.liv.pgb.analytica.lib.wrappedr.FileSystem
-
Gets the system type.
- getTaskDependencies() - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.RManifest
-
Gets the task's package dependencies.
- getTaskDescription() - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.RManifest
-
Gets the description of the task.
- getTaskName() - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.RManifest
-
Gets the name of the task.
- getTaskPrettyName() - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.RManifest
-
Gets the pretty name of the task.
- getTaskSupportedFormats() - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.RManifest
-
Gets the task's supported input formats.
- GraphicsPolicy - Class in uk.ac.liv.pgb.analytica.lib
-
Manages the manner in which graphics output is processed.
- GraphicsPolicy() - Constructor for class uk.ac.liv.pgb.analytica.lib.GraphicsPolicy
-
- rBusy(Rengine, int) - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.RRuntime
-
Indicate that the engine has changed its busy state.
- rChooseFile(Rengine, int) - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.RRuntime
-
Choose file for use in console.
- RDataConversionResult - Class in uk.ac.liv.pgb.analytica.lib.wrappedr.converters
-
- RDataConverter - Interface in uk.ac.liv.pgb.analytica.lib.wrappedr.converters
-
Represents actions that an R data converter must support.
- RDataTransformations - Class in uk.ac.liv.pgb.analytica.lib.wrappedr
-
Describes the supported R data transformations/converters.
- registerGraphicsPolicy(GraphicsPolicy) - Method in class uk.ac.liv.pgb.analytica.lib.TaskManager
-
Registers the given graphics policy with this class.
- rFlushConsole(Rengine) - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.RRuntime
-
Flush any buffered output.
- rLoadHistory(Rengine, String) - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.RRuntime
-
Load the history from file.
- RManifest - Class in uk.ac.liv.pgb.analytica.lib.wrappedr
-
Describes the information contained in an R manifest file.
- RManifest() - Constructor for class uk.ac.liv.pgb.analytica.lib.wrappedr.RManifest
-
- rReadConsole(Rengine, String, int) - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.RRuntime
-
Read text into the console.
- RRuntime - Class in uk.ac.liv.pgb.analytica.lib.wrappedr
-
Manages the interaction with the R runtime itself.
- RRuntime.RRuntimeState - Enum in uk.ac.liv.pgb.analytica.lib.wrappedr
-
The possible states of the runtime.
- rSaveHistory(Rengine, String) - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.RRuntime
-
Save the history to file.
- rShowMessage(Rengine, String) - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.RRuntime
-
Show warning/error text.
- RSourceFile - Class in uk.ac.liv.pgb.analytica.lib.wrappedr
-
Describes an R source file, and manifest file if available.
- RSourceFile() - Constructor for class uk.ac.liv.pgb.analytica.lib.wrappedr.RSourceFile
-
- RSourceScanner - Class in uk.ac.liv.pgb.analytica.lib.wrappedr
-
Manages the R source file and manifest files, both bundled and user provided.
- RTaskWithManifest - Class in uk.ac.liv.pgb.analytica.lib
-
Wraps a piece of R code that has a manifest describing what to do with it.
- RTaskWithManifest(RSourceFile) - Constructor for class uk.ac.liv.pgb.analytica.lib.RTaskWithManifest
-
Creates an instance of the class with the given R source object.
- RTaskWithoutManifest - Class in uk.ac.liv.pgb.analytica.lib
-
Wraps a piece of R code that does not have a manifest describing what to do with it.
- RTaskWithoutManifest() - Constructor for class uk.ac.liv.pgb.analytica.lib.RTaskWithoutManifest
-
- rWriteConsole(Rengine, String, int) - Method in class uk.ac.liv.pgb.analytica.lib.wrappedr.RRuntime
-
Write text to the console.