Fields inherited from class | Fields |
---|---|
class JavaExec |
TASK_NAME, TASK_DESCRIPTION, TASK_GROUP, TASK_TYPE, TASK_DEPENDS_ON, TASK_OVERWRITE, TASK_ACTION |
Type | Name and description |
---|---|
java.lang.Object |
algorithm |
java.lang.Object |
extendedOutput |
int |
listSize |
java.lang.Object |
output |
long |
rebuildPeriod |
Constructor and description |
---|
Simulate
() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
algorithm(java.lang.Object fn) |
|
void |
extendedOutput(java.lang.Object obj) Set the extended output file. |
|
java.io.File |
getAlgorithmFile() |
|
java.lang.String |
getCommand() |
|
java.util.List |
getCommandArgs() |
|
java.io.File |
getExtendedOutputFile() Get the output file for the extended JSON output. |
|
java.util.Set<java.io.File> |
getInputFiles() |
|
java.io.File |
getOutputFile() Get the primary output file for the simulation. |
|
void |
input(java.lang.Object file) Set the input source manifest. |
|
void |
input(java.util.Map spec) |
|
void |
inputFile(java.lang.Object csv) Configure an input CSV file of ratings. |
|
void |
output(java.lang.Object obj) Set the output file. |
Set the extended output file.
obj
- The extended output file.Get the output file for the extended JSON output.
Get the primary output file for the simulation.
Set the input source manifest.
file
- The path to an input source manifest file (in YAML format).Configure an input CSV file of ratings. Convenience method; input(Object) is more general.
csv
- A CSV file containing ratings.Set the output file.
obj
- The output file.