Uses of Class
org.processmining.est2miner.models.coreobjects.ESTPartialOrderLog
-
Packages that use ESTPartialOrderLog Package Description org.processmining.est2miner.algorithms.placeevaluation org.processmining.est2miner.models.preprocessing org.processmining.est2miner.plugins -
-
Uses of ESTPartialOrderLog in org.processmining.est2miner.algorithms.placeevaluation
Methods in org.processmining.est2miner.algorithms.placeevaluation with parameters of type ESTPartialOrderLog Modifier and Type Method Description static PlaceLogReplayResulteST2PlaceEvaluator. evaluatePlaceWithLog(ESTPartialOrderLog pLog, java.util.HashMap<ESTPartialOrder,java.lang.Integer> traceCounts, java.util.HashSet<java.lang.String> ingoingTransitions, java.util.HashSet<java.lang.String> outgoingTransitions, ESTPlace place) -
Uses of ESTPartialOrderLog in org.processmining.est2miner.models.preprocessing
Methods in org.processmining.est2miner.models.preprocessing that return ESTPartialOrderLog Modifier and Type Method Description ESTPartialOrderLogCountedPLog. getPLog()ESTPartialOrderLogCountedPLog. getVariantLog()Constructors in org.processmining.est2miner.models.preprocessing with parameters of type ESTPartialOrderLog Constructor Description CountedPLog(ESTPartialOrderLog log)CountedPLog(ESTPartialOrderLog log, java.util.HashMap<ESTPartialOrder,java.lang.Integer> pTraceCounts) -
Uses of ESTPartialOrderLog in org.processmining.est2miner.plugins
Methods in org.processmining.est2miner.plugins with parameters of type ESTPartialOrderLog Modifier and Type Method Description java.lang.Object[]ESTSquareMinerPlugin. discover(org.processmining.framework.plugin.PluginContext context, ESTPartialOrderLog inputLog, Parameters parameters)java.lang.Object[]ESTSquareMinerPlugin. runDiscovery(ESTPartialOrderLog plog, java.util.HashMap<ESTPartialOrder,java.lang.Integer> pTraceCounts, Parameters parameters, org.processmining.framework.plugin.PluginContext context)
-