| Package | Description |
|---|---|
| uk.ac.liv.pgb.analytica.lib |
| Modifier and Type | Class and Description |
|---|---|
class |
RTaskWithManifest
Wraps a piece of R code that has a manifest describing what to do with it.
|
class |
RTaskWithoutManifest
Wraps a piece of R code that does not have a manifest describing what to do with it.
|
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskManager.findTask(String taskName)
Finds a task given the name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskManager.executeTask(Task task,
File file)
Executes the given task with the given file.
|
Copyright © 2016. All rights reserved.