public class CommandLineInterface
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BLACK |
static java.lang.String |
BLUE |
static java.lang.String |
GREEN |
static java.lang.String |
NORMAL |
static java.lang.String |
PARETO |
static java.lang.String |
RED |
Constructor and Description |
---|
CommandLineInterface(java.lang.String[] args) |
Modifier and Type | Method and Description |
---|---|
ETMParam |
buildETMParam(java.lang.String loggingPath,
org.deckfour.xes.model.XLog[] logs) |
ETMParamPareto |
buildETMParetoParam(java.lang.String loggingPath,
org.deckfour.xes.model.XLog log) |
ETMParamPareto |
buildETMParetoParam(java.lang.String loggingPath,
org.deckfour.xes.model.XLog[] log) |
void |
createKozaTableau()
Returns a string of a LaTeX table representing the Koza Tableau with the
settings used.
|
org.deckfour.xes.model.XLog[] |
getLogs() |
void |
logSettings(boolean syso) |
static void |
main(java.lang.String[] args) |
static void |
outputTree(java.lang.String outputDir,
java.lang.String key,
NAryTree tree,
CentralRegistry centralRegistry)
Outputs the NAryTree to the outputDir (e.g.
|
static boolean |
parseBooleanArgument(java.lang.String argument)
Tries to 'freely' interpret the argument as a boolean
|
void |
run() |
static org.jgraph.JGraph |
treeToBPMN(org.processmining.processtree.ProcessTree tree,
java.io.File imageFile) |
public static final java.lang.String NORMAL
public static final java.lang.String PARETO
public static final java.lang.String BLUE
public static final java.lang.String RED
public static final java.lang.String BLACK
public static final java.lang.String GREEN
public static void main(java.lang.String[] args)
args
- (method{blue,red,black,green}, logging path)public void run()
public ETMParam buildETMParam(java.lang.String loggingPath, org.deckfour.xes.model.XLog[] logs)
public ETMParamPareto buildETMParetoParam(java.lang.String loggingPath, org.deckfour.xes.model.XLog log)
public ETMParamPareto buildETMParetoParam(java.lang.String loggingPath, org.deckfour.xes.model.XLog[] log)
public static org.jgraph.JGraph treeToBPMN(org.processmining.processtree.ProcessTree tree, java.io.File imageFile)
public static void outputTree(java.lang.String outputDir, java.lang.String key, NAryTree tree, CentralRegistry centralRegistry)
outputDir
- key
- tree
- centralRegistry
- public void logSettings(boolean syso)
public org.deckfour.xes.model.XLog[] getLogs()
public void createKozaTableau()
public static boolean parseBooleanArgument(java.lang.String argument)
argument
-