Class InductiveMinerWithoutLog


  • public class InductiveMinerWithoutLog
    extends java.lang.Object
    • Constructor Detail

      • InductiveMinerWithoutLog

        public InductiveMinerWithoutLog()
    • Method Detail

      • mineEfficientTree

        public static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree mineEfficientTree​(DfgMsd graph,
                                                                                                             MiningParametersWithoutLog parameters,
                                                                                                             org.processmining.framework.packages.PackageManager.Canceller canceller)
        External users: please do not use this method but use the one in InductiveMinerWithoutLogPlugin. That one will be kept stable, this one will not.
        Parameters:
        graph -
        parameters -
        canceller -
        Returns:
      • mineNode

        public static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree mineNode​(DfgMsd graph,
                                                                                                    MinerStateWithoutLog minerState)
      • findBaseCases

        public static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree findBaseCases​(DfgMsd graph,
                                                                                                         MinerStateWithoutLog minerState)
      • findFallThrough

        public static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree findFallThrough​(DfgMsd graph,
                                                                                                           MinerStateWithoutLog minerState)