Constructor and Description |
---|
SPDFPDConnection(SPD spd,
FPD fpd,
java.util.Map<SPDNode,FPDNode> nodeMapping,
java.util.Map<SPDEdge<? extends SPDNode,? extends SPDNode>,FPDEdge<? extends FPDNode,? extends FPDNode>> edgeMapping) |
Modifier and Type | Method and Description |
---|---|
static LogSPDConnection |
LogSPDConnection.logSPDConnectionFactory(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClasses classes,
SPD graph,
java.util.Collection<org.processmining.framework.util.Pair<SPDNode,org.deckfour.xes.classification.XEventClass>> relations)
Static factory to produce LogSPDConnection
|
Constructor and Description |
---|
LogSPDConnection(org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClasses classes,
SPD graph,
java.util.Collection<org.processmining.framework.util.Pair<SPDNode,org.deckfour.xes.classification.XEventClass>> relations)
Default constructor
|
Modifier and Type | Class and Description |
---|---|
class |
SPDImpl |
Modifier and Type | Method and Description |
---|---|
static SPD |
SPDFactory.cloneSPD(SPD diagram) |
static SPD |
SPDFactory.newSPD(java.lang.String label) |
Modifier and Type | Method and Description |
---|---|
static SPD |
SPDFactory.cloneSPD(SPD diagram) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
FPDAAPDLogReplayer.replayLog(org.processmining.framework.plugin.PluginContext context,
SPD spd,
org.deckfour.xes.model.XLog log) |
java.lang.Object[] |
FPDAAPDLogReplayer.replayLog(org.processmining.framework.plugin.PluginContext context,
SPD spd,
org.deckfour.xes.model.XLog log,
int lookaheadValue,
IFPDNodeLogIdentifier nodeLogIdentifier) |
java.lang.Object[] |
FPDAAPDLogReplayer.replayLog(org.processmining.framework.plugin.PluginContext context,
SPD spd,
org.deckfour.xes.model.XLog log,
int lookaheadValue,
IFPDNodeLogIdentifier nodeLogIdentifier,
LifecycleTransitionChecker lifecycleTransitionChecker) |
java.lang.Object[] |
FPDAAPDLogReplayer.replayLog(org.processmining.framework.plugin.PluginContext context,
SPD spd,
org.deckfour.xes.model.XLog log,
int lookaheadValue,
IFPDNodeLogIdentifier nodeLogIdentifier,
LifecycleTransitionChecker lifecycleTransitionChecker,
AbstractFPDAAPDCalculator fpdAAPDCalculator) |
Constructor and Description |
---|
FuzzyFPDAAPDCalculator(SPD spd,
java.util.Map<SPDNode,java.util.Set<org.deckfour.xes.classification.XEventClass>> mapping,
int lookaheadValue,
LifecycleTransitionChecker lifecycleTransitionChecker)
Default constructor.
|
Modifier and Type | Field and Description |
---|---|
protected SPD |
SPDEditorPanel.net |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
SPDVisualization.visualize(org.processmining.framework.plugin.PluginContext context,
SPD graph)
Variant of having only log
|
javax.swing.JComponent |
SPDVisualization.visualize(org.processmining.framework.plugin.PluginContext context,
SPD graph,
org.deckfour.xes.model.XLog log)
Variant of having log and SPD
|
Constructor and Description |
---|
SPDEditorPanel(SPD graph,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClasses classes,
java.util.Map<SPDNode,java.util.Set<org.deckfour.xes.classification.XEventClass>> relations,
org.processmining.framework.plugin.PluginContext context,
boolean isEditable)
Constructor for GUI
|
Modifier and Type | Method and Description |
---|---|
SPD |
SPDMiner.computeClusters(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
java.lang.Integer clusters) |
SPD |
SPDMiner.computeClusters(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.info.XLogInfo summary,
java.lang.Integer clusters) |
SPD |
SPDMiner.computeClusters(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log) |