Class TraceEditDistance


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

      Constructors 
      Constructor Description
      TraceEditDistance​(org.deckfour.xes.model.XTrace trace1, org.deckfour.xes.model.XTrace trace2)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int calculateTED​(org.deckfour.xes.model.XTrace trace1, org.deckfour.xes.model.XTrace trace2)  
      int getDistance()  
      • Methods inherited from class java.lang.Object

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

      • TraceEditDistance

        public TraceEditDistance​(org.deckfour.xes.model.XTrace trace1,
                                 org.deckfour.xes.model.XTrace trace2)
    • Method Detail

      • getDistance

        public int getDistance()
      • calculateTED

        public int calculateTED​(org.deckfour.xes.model.XTrace trace1,
                                org.deckfour.xes.model.XTrace trace2)