Package | Description |
---|---|
org.processmining.plugins.transitionsystem | |
org.processmining.plugins.transitionsystem.miner |
Constructor and Description |
---|
MinedTSLogFilter(org.processmining.framework.plugin.PluginContext context,
TransitionSystem ts,
TSMinerInput settings,
org.processmining.models.jgraph.visualization.ProMJGraphPanel panel) |
Modifier and Type | Method and Description |
---|---|
TSMinerInput |
TSMinerPayload.getSettings()
Gets the settings used to obtain this payload.
|
Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.model.XLog |
TSMiner.filter(TSMinerInput settings,
TransitionSystem transitionSystem,
java.util.Collection<State> selectedStates,
java.util.Collection<Transition> selectedTransitions,
int treshold)
Creates a log based on the selected states and transitions together with
the settings as used for mining the transition system.
|
static java.lang.Object[] |
TSMinerPlugin.main(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClassifier[] classifiers,
org.deckfour.xes.classification.XEventClassifier transitionClassifier,
TSMinerInput input) |
TSMinerOutput |
TSMiner.mine(TSMinerInput settings)
Mines a transition system according to the given settings.
|
Constructor and Description |
---|
TSMinerPayload(TSMinerInput settings)
Create an initial payload given the settings.
|
TSMinerPayloadHandler(TSMinerInput settings) |