Package | Description |
---|---|
edu.freiburg.dbis.rdd |
Modifier and Type | Method and Description |
---|---|
Config.OutputType |
Config.getOutputType() |
static Config.OutputType |
Config.OutputType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Config.OutputType[] |
Config.OutputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
RDDExecutor.outputTranslationResult(java.util.Set<FOFormula> formulas,
Config.OutputType type,
java.lang.Integer limit,
java.io.File outputFile)
Write the evaluation result to the output.
|