Interface StochasticReachabilityGraphStaticAnalyzer<M extends Marking<?>>
-
- All Known Implementing Classes:
StochasticReachabilityGraphStaticAnalyzerImpl
public interface StochasticReachabilityGraphStaticAnalyzer<M extends Marking<?>>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description StochasticReachabilityGraphStaticAnalysis<M>analyze(org.processmining.models.graphbased.directed.transitionsystem.ReachabilityGraph reachabilityGraph)static <M extends Marking<?>>
StochasticReachabilityGraphStaticAnalyzer<M>getInstance(java.lang.Class<M> clazz)
-
-
-
Method Detail
-
getInstance
static <M extends Marking<?>> StochasticReachabilityGraphStaticAnalyzer<M> getInstance(java.lang.Class<M> clazz)
-
analyze
StochasticReachabilityGraphStaticAnalysis<M> analyze(org.processmining.models.graphbased.directed.transitionsystem.ReachabilityGraph reachabilityGraph)
-
-