EasyExecutor |
EasyExecutor.addIvmlFolder(java.io.File ivmlFolder) |
Adds an additional IVML folder.
|
EasyExecutor |
EasyExecutor.addVilArgument(java.lang.String name,
java.lang.Object value) |
Adds a custom VIL start rule argument.
|
EasyExecutor |
EasyExecutor.execute() |
Executes all steps as described above.
|
EasyExecutor |
EasyExecutor.prependIvmlFolder(java.io.File ivmlFolder) |
Adds this folder as main IVML model folder and turns all known folders to dependent locations.
|
EasyExecutor |
EasyExecutor.setIvmlFolder(java.io.File ivmlFolder) |
Sets the IVML model folder where to load the IVML model from.
|
EasyExecutor |
EasyExecutor.setIvmlModelName(java.lang.String ivmlModelName) |
Sets the IVML model name.
|
EasyExecutor |
EasyExecutor.setLogger(EasyExecutor.Logger logger) |
Sets the logger instance.
|
EasyExecutor |
EasyExecutor.setProgressObserver(ProgressObserver observer) |
Sets the progress observer instance.
|
EasyExecutor |
EasyExecutor.setProjectBase(java.io.File base) |
Sets the project base needed to interpret relative path names correctly.
|
EasyExecutor |
EasyExecutor.setReasonerConfiguration(ReasonerConfiguration rCfg) |
Sets the reasoner configuration instance.
|
EasyExecutor |
EasyExecutor.setTracerFactory(TracerFactory tracerFactory) |
Sets the tracer factory.
|
EasyExecutor |
EasyExecutor.setVilFolder(java.io.File vilFolder) |
Sets the VIL model folder where to load the VIL model from.
|
EasyExecutor |
EasyExecutor.setVilModelName(java.lang.String vilModelName) |
Sets the VIL model name.
|
EasyExecutor |
EasyExecutor.setVilSource(java.io.File vilSource) |
Sets the VIL project source folder.
|
EasyExecutor |
EasyExecutor.setVilStartRuleName(java.lang.String vilStartRuleName) |
Sets the VIL start rule name.
|
EasyExecutor |
EasyExecutor.setVilTarget(java.io.File vilTarget) |
Sets the VIL project target folder.
|
EasyExecutor |
EasyExecutor.setVtlFolder(java.io.File vtlFolder) |
Sets the VTL model folder where to load the VTL models from.
|