Uses of Interface
org.processmining.poemsconformancecheckingforbpmn.models.execution.Marking
-
-
Uses of Marking in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.reachability_graph
Methods in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.reachability_graph with type parameters of type Marking Modifier and Type Method Description static <M extends Marking<?>>
java.util.Set<M>ReachabilityGraphUtils. getAscendants(org.processmining.models.graphbased.directed.transitionsystem.ReachabilityGraph reachabilityGraph, java.util.Collection<M> startMarkings, java.lang.Class<M> clazz)static <M extends Marking<?>>
java.util.Set<M>ReachabilityGraphUtils. getDeadlockMarkings(org.processmining.models.graphbased.directed.transitionsystem.ReachabilityGraph reachabilityGraph, java.lang.Class<M> clazz)static <M extends Marking<?>>
java.util.Set<M>ReachabilityGraphUtils. getFinalMarkings(org.processmining.models.graphbased.directed.transitionsystem.ReachabilityGraph reachabilityGraph, java.lang.Class<M> clazz)static <M extends Marking<?>>
MReachabilityGraphUtils. getInitialMarking(org.processmining.models.graphbased.directed.transitionsystem.ReachabilityGraph rg, java.lang.Class<M> clazz)static <M extends Marking<?>>
org.processmining.models.graphbased.directed.transitionsystem.StateReachabilityGraphUtils. getInitialState(org.processmining.models.graphbased.directed.transitionsystem.ReachabilityGraph rg, java.lang.Class<M> clazz)static <M extends Marking<?>>
java.util.Set<M>ReachabilityGraphUtils. getMarkingsWithNoOptionToComplete(org.processmining.models.graphbased.directed.transitionsystem.ReachabilityGraph reachabilityGraph, java.lang.Class<M> clazz)static <E,M extends Marking<E>>
java.util.Set<M>ReachabilityGraphUtils. getMarkingsWithOptionToComplete(org.processmining.models.graphbased.directed.transitionsystem.ReachabilityGraph reachabilityGraph, java.lang.Class<M> clazz) -
Uses of Marking in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.reachability_graph.analyzer
Classes in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.reachability_graph.analyzer with type parameters of type Marking Modifier and Type Interface Description interfaceReachabilityGraphStaticAnalysis<M extends Marking<?>>classReachabilityGraphStaticAnalysisDTO<M extends Marking<?>>interfaceReachabilityGraphStaticAnalyzer<M extends Marking<?>>classReachabilityGraphStaticAnalyzerImpl<M extends Marking<?>>Methods in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.reachability_graph.analyzer with type parameters of type Marking Modifier and Type Method Description static <M extends Marking<?>>
ReachabilityGraphStaticAnalyzer<M>ReachabilityGraphStaticAnalyzer. getInstance(java.lang.Class<M> clazz) -
Uses of Marking in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.reachability_graph.stochastic.analyzer
Classes in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.reachability_graph.stochastic.analyzer with type parameters of type Marking Modifier and Type Interface Description interfaceStochasticReachabilityGraphStaticAnalysis<M extends Marking<?>>classStochasticReachabilityGraphStaticAnalysisDTO<M extends Marking<?>>interfaceStochasticReachabilityGraphStaticAnalyzer<M extends Marking<?>>classStochasticReachabilityGraphStaticAnalyzerImpl<M extends Marking<?>>Methods in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.reachability_graph.stochastic.analyzer with type parameters of type Marking Modifier and Type Method Description static <M extends Marking<?>>
StochasticReachabilityGraphStaticAnalyzer<M>StochasticReachabilityGraphStaticAnalyzer. getInstance(java.lang.Class<M> clazz) -
Uses of Marking in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.marking
Subinterfaces of Marking in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.marking Modifier and Type Interface Description interfaceBpmnMarkingClasses in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.marking that implement Marking Modifier and Type Class Description classMultisetBpmnMarking
-