Uses of Class
org.processmining.earthmoversstochasticconformancechecking.helperclasses.StochasticPetriNetUtils.PetriNetCache
-
Packages that use StochasticPetriNetUtils.PetriNetCache Package Description org.processmining.earthmoversstochasticconformancechecking.helperclasses -
-
Uses of StochasticPetriNetUtils.PetriNetCache in org.processmining.earthmoversstochasticconformancechecking.helperclasses
Methods in org.processmining.earthmoversstochasticconformancechecking.helperclasses with parameters of type StochasticPetriNetUtils.PetriNetCache Modifier and Type Method Description static voidMaximalIndependentSets. BronKerbosch2(org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet net, java.util.BitSet enabledTransitions, java.util.BitSet R, java.util.BitSet P, java.util.BitSet X, java.util.ArrayList<int[]> result, StochasticPetriNetUtils.PetriNetCache neighbourCache)static java.util.ArrayList<int[]>MaximalIndependentSets. BronKerbosch2(org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet net, java.util.BitSet enabledTransitions, StochasticPetriNetUtils.PetriNetCache neighbourCache)static java.util.BitSetStochasticPetriNetUtils. getNeighbours(org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet net, int transitionIndex, java.util.BitSet enabledTransitions, StochasticPetriNetUtils.PetriNetCache neighbourCache)static java.util.BitSetStochasticPetriNetUtils. getNonNeighbours(org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet net, int transitionIndex, java.util.BitSet enabledTransitions, StochasticPetriNetUtils.PetriNetCache neighbourCache)static booleanStochasticPetriNetUtils. isDependent(org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet net, int transitionIndexA, int transitionIndexB, StochasticPetriNetUtils.PetriNetCache cache)static booleanStochasticPetriNetUtils. isNeighbour(org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet net, int transitionIndexA, int transitionIndexB, StochasticPetriNetUtils.PetriNetCache cache)
-