Package | Description |
---|---|
org.processmining.plugins.stochasticpetrinet |
Stochastic Petri net package for importing / exporting stochastic Petri nets.
|
org.processmining.plugins.stochasticpetrinet.miner |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<QualityCriterion,java.lang.Object> |
StochasticNetUtils.getDistance(org.processmining.framework.plugin.PluginContext context,
org.processmining.ptconversions.pn.ProcessTree2Petrinet.PetrinetWithMarkings petriNet,
org.deckfour.xes.model.XLog log) |
static java.util.Map<QualityCriterion,java.lang.Object> |
StochasticNetUtils.getDistance(org.processmining.ptconversions.pn.ProcessTree2Petrinet.PetrinetWithMarkings petriNet,
org.deckfour.xes.model.XLog log)
Aligns the petri net to a log and return the distance.
|
Modifier and Type | Method and Description |
---|---|
static QualityCriterion |
QualityCriterion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QualityCriterion[] |
QualityCriterion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|