Uses of Interface
org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.path.BpmnPartiallyOrderedPath
-
-
Uses of BpmnPartiallyOrderedPath in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.bpmn.execution
Methods in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.bpmn.execution with parameters of type BpmnPartiallyOrderedPath Modifier and Type Method Description BpmnPartiallyOrderedTraceBpmnPOPath2TraceConverter. convert(BpmnPartiallyOrderedPath path)BpmnPartiallyOrderedTraceBpmnPOPath2TraceConverterImpl. convert(BpmnPartiallyOrderedPath path) -
Uses of BpmnPartiallyOrderedPath in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.bpmn.statespace
Methods in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.bpmn.statespace that return BpmnPartiallyOrderedPath Modifier and Type Method Description BpmnPartiallyOrderedPathBpmnNoOptionToCompleteException. getPath()BpmnPartiallyOrderedPathBpmnReachabilityGraphEdge. getPath()Methods in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.bpmn.statespace with parameters of type BpmnPartiallyOrderedPath Modifier and Type Method Description protected BpmnReachabilityGraphEdgeBpmn2POReachabilityGraphConverterImpl. getEdge(java.util.Collection<BpmnNodeFiringOption> firingOptions, BpmnPartiallyOrderedPath path, int firedTimes, int numOfOptions)Constructors in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.bpmn.statespace with parameters of type BpmnPartiallyOrderedPath Constructor Description BpmnNoOptionToCompleteException(BpmnMarking sourceMarking, BpmnMarking reachedMarking, BpmnPartiallyOrderedPath path)BpmnNoOptionToCompleteException(BpmnMarking sourceMarking, BpmnMarking reachedMarking, BpmnPartiallyOrderedPath path, java.lang.Throwable cause)BpmnReachabilityGraphEdge(BpmnPartiallyOrderedPath path) -
Uses of BpmnPartiallyOrderedPath in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.bpmn.statespace.path
Methods in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.bpmn.statespace.path that return BpmnPartiallyOrderedPath Modifier and Type Method Description BpmnPartiallyOrderedPathBpmnPOReachabilityGraphPathConstructor. construct(BpmnPartiallyOrderedPath basePath, BpmnPartiallyOrderedPath additionPath, BpmnMarking marking)BpmnPartiallyOrderedPathBpmnPOReachabilityGraphPathConstructor2. construct(BpmnPartiallyOrderedPath basePath, BpmnPartiallyOrderedPath additionPath, BpmnMarking marking)BpmnPartiallyOrderedPathBpmnPOReachabilityGraphPathConstructorImpl. construct(BpmnPartiallyOrderedPath basePath, BpmnPartiallyOrderedPath additionPath, BpmnMarking marking)Methods in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.bpmn.statespace.path with parameters of type BpmnPartiallyOrderedPath Modifier and Type Method Description BpmnPartiallyOrderedPathBpmnPOReachabilityGraphPathConstructor. construct(BpmnPartiallyOrderedPath basePath, BpmnPartiallyOrderedPath additionPath, BpmnMarking marking)BpmnPartiallyOrderedPathBpmnPOReachabilityGraphPathConstructor2. construct(BpmnPartiallyOrderedPath basePath, BpmnPartiallyOrderedPath additionPath, BpmnMarking marking)BpmnPartiallyOrderedPathBpmnPOReachabilityGraphPathConstructorImpl. construct(BpmnPartiallyOrderedPath basePath, BpmnPartiallyOrderedPath additionPath, BpmnMarking marking) -
Uses of BpmnPartiallyOrderedPath in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.bpmn.stochastic.statespace
Methods in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.bpmn.stochastic.statespace with parameters of type BpmnPartiallyOrderedPath Modifier and Type Method Description protected BpmnReachabilityGraphEdgeStochasticBpmn2POReachabilityGraphConverterImpl. getEdge(java.util.Collection<BpmnNodeFiringOption> firingOptions, BpmnPartiallyOrderedPath path, int firedTimes, int numOfOptions)Constructors in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.bpmn.stochastic.statespace with parameters of type BpmnPartiallyOrderedPath Constructor Description StochasticBpmnReachabilityEdge(BpmnPartiallyOrderedPath path, org.processmining.stochasticbpmn.models.stochastic.Probability probability) -
Uses of BpmnPartiallyOrderedPath in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.reachability_graph.stochastic.language.path
Methods in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.reachability_graph.stochastic.language.path that return BpmnPartiallyOrderedPath Modifier and Type Method Description BpmnPartiallyOrderedPathSPORG2StochasticPathLanguageConverterImpl.IntermediateStochasticTransition. getAdditionPath()BpmnPartiallyOrderedPathSPORG2StochasticPathLanguageConverterImpl.IntermediateStochasticTransition. getPath() -
Uses of BpmnPartiallyOrderedPath in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.path
Classes in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.path that implement BpmnPartiallyOrderedPath Modifier and Type Class Description classBpmnPartiallyOrderedPathImplMethods in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.path that return BpmnPartiallyOrderedPath Modifier and Type Method Description static BpmnPartiallyOrderedPathBpmnPartiallyOrderedPath. getNonRepetitiveInstance()static BpmnPartiallyOrderedPathBpmnPartiallyOrderedPath. getRepetitiveInstance()
-