Package org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.reachability_graph.analyzer
Class ReachabilityGraphStaticAnalyzerImpl<M extends Marking<?>>
- java.lang.Object
-
- org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.reachability_graph.analyzer.ReachabilityGraphStaticAnalyzerImpl<M>
-
- All Implemented Interfaces:
ReachabilityGraphStaticAnalyzer<M>
public class ReachabilityGraphStaticAnalyzerImpl<M extends Marking<?>> extends java.lang.Object implements ReachabilityGraphStaticAnalyzer<M>
-
-
Constructor Summary
Constructors Constructor Description ReachabilityGraphStaticAnalyzerImpl(java.lang.Class<M> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReachabilityGraphStaticAnalysis<M>analyze(org.processmining.models.graphbased.directed.transitionsystem.ReachabilityGraph rg)
-
-
-
Constructor Detail
-
ReachabilityGraphStaticAnalyzerImpl
public ReachabilityGraphStaticAnalyzerImpl(java.lang.Class<M> clazz)
-
-
Method Detail
-
analyze
public ReachabilityGraphStaticAnalysis<M> analyze(org.processmining.models.graphbased.directed.transitionsystem.ReachabilityGraph rg)
- Specified by:
analyzein interfaceReachabilityGraphStaticAnalyzer<M extends Marking<?>>
-
-