Class NetReplayer


  • public class NetReplayer
    extends java.lang.Object
    Created by armascer on 9/11/2017.
    • Constructor Summary

      Constructors 
      Constructor Description
      NetReplayer​(org.processmining.models.graphbased.directed.petrinet.Petrinet net2, int maxLength)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.HashSet<java.util.LinkedList<java.lang.String>> getTraces()  
      • Methods inherited from class java.lang.Object

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

      • NetReplayer

        public NetReplayer​(org.processmining.models.graphbased.directed.petrinet.Petrinet net2,
                           int maxLength)
    • Method Detail

      • getTraces

        public java.util.HashSet<java.util.LinkedList<java.lang.String>> getTraces()