public class StandardLogs
extends java.lang.Object
Constructor and Description |
---|
StandardLogs() |
Modifier and Type | Method and Description |
---|---|
static org.deckfour.xes.model.XLog |
createConfig2()
Creates the event log of configuration 2 as used in the paper
"Mining Configurable Process Models from Collections of Event Logs"
containing the traces A B1 B2 C D2 E G and A B1 B2 C D2 F G
|
static org.deckfour.xes.model.XLog |
createConfig3()
Creates the event log of configuration 3 as used in the paper
"Mining Configurable Process Models from Collections of Event Logs"
containing the traces A C B E and A C B F
|
static org.deckfour.xes.model.XLog |
createConfig4()
Creates the event log of configuration 4 as used in the paper
"Mining Configurable Process Models from Collections of Event Logs"
containing the traces A B1 D B2 C E and A B1 D2 B2 C F
|
static org.deckfour.xes.model.XLog |
createDefaultLog()
Creates the default event log (100 traces) used as running example
(generated by the process tree SEQ(A , AND(B,C,XOR(D,tau)),XOR(E,F),G)
|
static org.deckfour.xes.model.XLog |
createDefaultLogWithNoise()
Creates the default log * 10 and adds 20 'noisy' traces that do not fit
the process tree
|
static org.deckfour.xes.model.XLog |
createMergedLog()
Creates merged event log from DefaultLog, and Config2-4
|
static org.deckfour.xes.model.XLog |
createTestLog()
Creates a simplistic event log containing the traces ABCDEG and B1B2D1D2
|
static void |
main(java.lang.String[] args) |
static void |
toFile(org.deckfour.xes.model.XLog log,
java.lang.String name)
Stores the provided XLog instance in the provided filename (no filename
extension should be provided)
|
public static void main(java.lang.String[] args)
public static org.deckfour.xes.model.XLog createMergedLog()
public static void toFile(org.deckfour.xes.model.XLog log, java.lang.String name)
log
- name
- public static org.deckfour.xes.model.XLog createTestLog()
public static org.deckfour.xes.model.XLog createDefaultLog()
public static org.deckfour.xes.model.XLog createDefaultLogWithNoise()
public static org.deckfour.xes.model.XLog createConfig2()
public static org.deckfour.xes.model.XLog createConfig3()
public static org.deckfour.xes.model.XLog createConfig4()