Class ScriptExecutor

java.lang.Object
org.processmining.contexts.scripting.ScriptExecutor

public class ScriptExecutor extends Object
Script interpretor for ProM. The class provides a wrapper around the Java BSH Interpreter to initialize all available plugins from the .ProM user directory in an Interpreter. This interpreter can the be used to interpret Java code at run-time against the plugins, which allows for scripted execution of ProM plugins.
Author:
dfahland and others