Uses of Class
org.processmining.projectionminer.discoveryalgorithms.AcceptingPetriNetWrapper
-
-
Uses of AcceptingPetriNetWrapper in org.processmining.projectionminer.discoveryalgorithms
Methods in org.processmining.projectionminer.discoveryalgorithms that return AcceptingPetriNetWrapper Modifier and Type Method Description abstract AcceptingPetriNetWrapperDiscoveryPlugin. discover(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, java.lang.Object parameter)AcceptingPetriNetWrapperLocalHeuristicMiner. discover(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, java.lang.Object parameter)AcceptingPetriNetWrapperLocalILPMiner. discover(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, java.lang.Object parameter)AcceptingPetriNetWrapperLocalInductiveMiner. discover(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, java.lang.Object parameter)AcceptingPetriNetWrapperTransitionSystemRegionMiner. discover(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, java.lang.Object parameter)AcceptingPetriNetWrapperDiscoveryPlugin. discoverWithMeasure(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, java.lang.Object parameter) -
Uses of AcceptingPetriNetWrapper in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.plugins
Methods in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.plugins that return AcceptingPetriNetWrapper Modifier and Type Method Description AcceptingPetriNetWrapperESTMinerPlugin. discover(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, java.lang.Object parameter) -
Uses of AcceptingPetriNetWrapper in org.processmining.projectionminer.mining
Methods in org.processmining.projectionminer.mining with parameters of type AcceptingPetriNetWrapper Modifier and Type Method Description org.processmining.acceptingpetrinet.models.AcceptingPetriNetRecursiveProjectionMiner. discover(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, AcceptingPetriNetWrapper acceptingPetriNetWrapper)protected booleanRecursiveProjectionMiner. isSubnetContainingNewInformation(java.util.ArrayList<org.processmining.models.graphbased.directed.petrinet.elements.Transition> loopingTransitions, AcceptingPetriNetWrapper minedSubnet)Checks whether the new Petri net contains some new transitions considering the labels. -
Uses of AcceptingPetriNetWrapper in org.processmining.projectionminer.plugins
Methods in org.processmining.projectionminer.plugins with parameters of type AcceptingPetriNetWrapper Modifier and Type Method Description java.lang.Object[]ProjectionMinerPlugin. discoverAcceptingPetriNetRecursively(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog inputLog, ProjectionMinerParameters parameters, AcceptingPetriNetWrapper acceptingPetriNetWrapper) -
Uses of AcceptingPetriNetWrapper in org.processmining.projectionminer.utils.Modifiers
Methods in org.processmining.projectionminer.utils.Modifiers that return AcceptingPetriNetWrapper Modifier and Type Method Description AcceptingPetriNetWrapperPetriNetModifier. connectAnd(java.util.LinkedList<AcceptingPetriNetWrapper> subnets)AcceptingPetriNetWrapperPetriNetModifier. connectConcurrent(java.util.LinkedList<AcceptingPetriNetWrapper> subnets)AcceptingPetriNetWrapperPetriNetModifier. connectExclusiveChoice(java.util.LinkedList<AcceptingPetriNetWrapper> subnets)AcceptingPetriNetWrapperPetriNetModifier. connectLooping(java.util.LinkedList<AcceptingPetriNetWrapper> subnets)AcceptingPetriNetWrapperPetriNetModifier. connectSequentially(java.util.LinkedList<AcceptingPetriNetWrapper> subnets)Methods in org.processmining.projectionminer.utils.Modifiers with parameters of type AcceptingPetriNetWrapper Modifier and Type Method Description voidPetriNetModifier. appendResultLooping(AcceptingPetriNetWrapper actualResult, AcceptingPetriNetWrapper resultToAppend)Method parameters in org.processmining.projectionminer.utils.Modifiers with type arguments of type AcceptingPetriNetWrapper Modifier and Type Method Description AcceptingPetriNetWrapperPetriNetModifier. connectAnd(java.util.LinkedList<AcceptingPetriNetWrapper> subnets)AcceptingPetriNetWrapperPetriNetModifier. connectConcurrent(java.util.LinkedList<AcceptingPetriNetWrapper> subnets)AcceptingPetriNetWrapperPetriNetModifier. connectExclusiveChoice(java.util.LinkedList<AcceptingPetriNetWrapper> subnets)AcceptingPetriNetWrapperPetriNetModifier. connectLooping(java.util.LinkedList<AcceptingPetriNetWrapper> subnets)AcceptingPetriNetWrapperPetriNetModifier. connectSequentially(java.util.LinkedList<AcceptingPetriNetWrapper> subnets)
-