Class PSDModel


  • public class PSDModel
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PSDModel​(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PSDModel

        public PSDModel​(org.processmining.framework.plugin.PluginContext context,
                        org.deckfour.xes.model.XLog log)
    • Method Detail

      • construct

        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)
        Replays the log to derive the sequence diagram and the pattern diagram
      • getSequences

        public java.util.List<PSDSequence> getSequences()
      • getPatterns

        public java.util.List<PSDPattern> getPatterns()
      • getDataElts

        public java.util.List<java.lang.String> getDataElts()
      • getBeginTotal

        public java.util.Date getBeginTotal()
      • getEndTotal

        public java.util.Date getEndTotal()