public class PSDModel
extends java.lang.Object
Constructor and Description |
---|
PSDModel(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log) |
Modifier and Type | Method and Description |
---|---|
void |
construct(org.deckfour.xes.model.XLog log,
org.deckfour.xes.info.XLogInfo logInfo,
org.deckfour.xes.classification.XEventClassifier classifier,
double noiseRatio,
java.lang.String dataEltType,
boolean isStrict,
int[] selectedInstanceIndices)
Replays the log to derive the sequence diagram and the pattern diagram
|
java.util.Date |
getBeginTotal() |
java.util.List<java.lang.String> |
getDataElts() |
java.util.Date |
getEndTotal() |
java.util.List<PSDPattern> |
getPatterns() |
java.util.List<PSDSequence> |
getSequences() |
public PSDModel(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log)
public void construct(org.deckfour.xes.model.XLog log, org.deckfour.xes.info.XLogInfo logInfo, org.deckfour.xes.classification.XEventClassifier classifier, double noiseRatio, java.lang.String dataEltType, boolean isStrict, int[] selectedInstanceIndices)
public java.util.List<PSDSequence> getSequences()
public java.util.List<PSDPattern> getPatterns()
public java.util.List<java.lang.String> getDataElts()
public java.util.Date getBeginTotal()
public java.util.Date getEndTotal()