Package org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.reachability_graph.analyzer
Class ReachabilityGraphStaticAnalysisDTO<M extends Marking<?>>
- java.lang.Object
-
- org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.reachability_graph.analyzer.ReachabilityGraphStaticAnalysisDTO<M>
-
- All Implemented Interfaces:
ReachabilityGraphStaticAnalysis<M>
public class ReachabilityGraphStaticAnalysisDTO<M extends Marking<?>> extends java.lang.Object implements ReachabilityGraphStaticAnalysis<M>
-
-
Constructor Summary
Constructors Constructor Description ReachabilityGraphStaticAnalysisDTO(org.processmining.models.graphbased.directed.transitionsystem.ReachabilityGraph reachabilityGraph, M initialMarking, java.util.Set<M> deadLockMarkings, java.util.Set<M> markingsWithoutOptionToComplete, java.lang.Class<M> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<M>getDeadLockMarkings()org.processmining.models.graphbased.directed.transitionsystem.ReachabilityGraphgetFixedReachabilityGraph()java.util.Set<M>getMarkingsWithNoOptionToComplete()org.processmining.models.graphbased.directed.transitionsystem.ReachabilityGraphgetReachabilityGraph()org.processmining.plugins.graphviz.dot.DottoGraphViz()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ReachabilityGraphStaticAnalysisDTO
public ReachabilityGraphStaticAnalysisDTO(org.processmining.models.graphbased.directed.transitionsystem.ReachabilityGraph reachabilityGraph, M initialMarking, java.util.Set<M> deadLockMarkings, java.util.Set<M> markingsWithoutOptionToComplete, java.lang.Class<M> clazz)
-
-
Method Detail
-
getReachabilityGraph
public org.processmining.models.graphbased.directed.transitionsystem.ReachabilityGraph getReachabilityGraph()
- Specified by:
getReachabilityGraphin interfaceReachabilityGraphStaticAnalysis<M extends Marking<?>>
-
getDeadLockMarkings
public java.util.Set<M> getDeadLockMarkings()
- Specified by:
getDeadLockMarkingsin interfaceReachabilityGraphStaticAnalysis<M extends Marking<?>>
-
getMarkingsWithNoOptionToComplete
public java.util.Set<M> getMarkingsWithNoOptionToComplete()
- Specified by:
getMarkingsWithNoOptionToCompletein interfaceReachabilityGraphStaticAnalysis<M extends Marking<?>>
-
getFixedReachabilityGraph
public org.processmining.models.graphbased.directed.transitionsystem.ReachabilityGraph getFixedReachabilityGraph()
- Specified by:
getFixedReachabilityGraphin interfaceReachabilityGraphStaticAnalysis<M extends Marking<?>>
-
toGraphViz
public org.processmining.plugins.graphviz.dot.Dot toGraphViz()
- Specified by:
toGraphVizin interfaceReachabilityGraphStaticAnalysis<M extends Marking<?>>
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-