Class PartialOrderXorCut


  • public class PartialOrderXorCut
    extends java.lang.Object
    It's a xor cut in Inductive Miner, and for a partial order it's a concurrent cut.
    Author:
    sander
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static gnu.trove.list.TIntList[] findCut​(int[] partialOrder)  
      • Methods inherited from class java.lang.Object

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

      • PartialOrderXorCut

        public PartialOrderXorCut()
    • Method Detail

      • findCut

        public static gnu.trove.list.TIntList[] findCut​(int[] partialOrder)