Modifier and Type | Method and Description |
---|---|
PSMParameters |
InteractivePSM.getPsmParameters() |
Constructor and Description |
---|
InteractivePSM(org.deckfour.xes.model.XLog log,
org.processmining.acceptingpetrinet.models.AcceptingPetriNet acceptingPetriNet,
org.processmining.plugins.petrinet.replayresult.PNRepResult pnRepResult,
PSMParameters psmParameters) |
Modifier and Type | Method and Description |
---|---|
static PSMParameters |
ImportExportPSMParameters.fromJson(java.lang.String json) |
static PSMParameters |
ImportExportPSMParameters.read(java.io.File file) |
static PSMParameters |
ImportExportPSMParameters.read(java.io.InputStream inputStream) |
static PSMParameters |
ImportExportPSMParameters.readJson(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ImportExportPSMParameters.toJson(PSMParameters psmParameters) |
static void |
ImportExportPSMParameters.write(java.io.File file,
PSMParameters psmParameters) |
static void |
ImportExportPSMParameters.writeJson(java.io.File file,
PSMParameters psmParameters) |
Modifier and Type | Method and Description |
---|---|
void |
ExportPlugin.export(org.processmining.contexts.uitopia.UIPluginContext context,
PSMParameters psmParameters,
java.io.File file) |
InteractivePSM |
InteractivePSMPlugin.run(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log,
org.processmining.models.graphbased.directed.petrinet.Petrinet petrinet,
PSMParameters psmParameters) |
InteractivePSM |
InteractivePSMPlugin.runAccepting(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log,
org.processmining.acceptingpetrinet.models.AcceptingPetriNet acceptingPetriNet,
PSMParameters psmParameters) |
Modifier and Type | Method and Description |
---|---|
PSMParameters |
SettingsController.getPSMParameters() |