Class FilterZeroEdges
- java.lang.Object
-
- org.processmining.stochasticawareconformancechecking.helperclasses.FilterZeroEdges
-
public class FilterZeroEdges extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FilterZeroEdges()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidfilter(StochasticDeterministicFiniteAutomaton automaton)Remove the edges that cannot be taken from the automaton.
-
-
-
Method Detail
-
filter
public static void filter(StochasticDeterministicFiniteAutomaton automaton)
Remove the edges that cannot be taken from the automaton.- Parameters:
automaton-
-
-