Uses of Interface
org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNetSemantics
-
-
Uses of StochasticLabelledPetriNetSemantics in org.processmining.stochasticlabelledpetrinets
Classes in org.processmining.stochasticlabelledpetrinets that implement StochasticLabelledPetriNetSemantics Modifier and Type Class Description classStochasticLabelledPetriNetSemanticsImplThis semantics aims to avoid traversing all transitions.classStochasticLabelledPetriNetSemanticsSimpleWeightsImplThis semantics aims to avoid traversing all transitions.Methods in org.processmining.stochasticlabelledpetrinets that return StochasticLabelledPetriNetSemantics Modifier and Type Method Description StochasticLabelledPetriNetSemanticsStochasticLabelledPetriNetSemantics. clone()StochasticLabelledPetriNetSemanticsStochasticLabelledPetriNet. getDefaultSemantics()StochasticLabelledPetriNetSemanticsStochasticLabelledPetriNetSimpleWeightsImpl. getDefaultSemantics() -
Uses of StochasticLabelledPetriNetSemantics in org.processmining.stochasticlabelledpetrinets.plugins
Methods in org.processmining.stochasticlabelledpetrinets.plugins with parameters of type StochasticLabelledPetriNetSemantics Modifier and Type Method Description static doubleStochasticLabelledPetriNetTraceProbability. getTraceProbability(StochasticLabelledPetriNetSemantics semantics, java.lang.String[] trace, org.processmining.framework.plugin.ProMCanceller canceller) -
Uses of StochasticLabelledPetriNetSemantics in org.processmining.stochasticlabelledpetrinets.probability
Methods in org.processmining.stochasticlabelledpetrinets.probability with parameters of type StochasticLabelledPetriNetSemantics Modifier and Type Method Description static <B> voidCrossProduct. traverse(StochasticLabelledPetriNetSemantics semanticsA, FollowerSemantics<B> systemB, CrossProductResult result, org.processmining.framework.plugin.ProMCanceller canceller)
-