Uses of Interface
org.processmining.framework.plugin.Progress
-
Packages that use Progress Package Description org.processmining.framework.plugin org.processmining.framework.plugin.impl org.processmining.framework.util.search -
-
Uses of Progress in org.processmining.framework.plugin
Methods in org.processmining.framework.plugin that return Progress Modifier and Type Method Description ProgressPluginContext. getProgress()Returns the progress object corresponding to this context -
Uses of Progress in org.processmining.framework.plugin.impl
Classes in org.processmining.framework.plugin.impl that implement Progress Modifier and Type Class Description classProgressBarImplFields in org.processmining.framework.plugin.impl declared as Progress Modifier and Type Field Description protected ProgressAbstractPluginContext. progressMethods in org.processmining.framework.plugin.impl that return Progress Modifier and Type Method Description ProgressAbstractPluginContext. getProgress() -
Uses of Progress in org.processmining.framework.util.search
Methods in org.processmining.framework.util.search with parameters of type Progress Modifier and Type Method Description java.util.Collection<N>NodeExpander. expandNode(N toExpand, Progress progress, java.util.Collection<N> unmodifiableResultCollection)This method is called by the searcher when a node in the search tree has to be considered for expansion.voidNodeExpander. processLeaf(N leaf, Progress progress, java.util.Collection<N> resultCollection)This method is called by the searcher to which this expander is registered each time a leaf was encountered.voidMultiThreadedSearcher. startSearch(java.util.concurrent.Executor executor, Progress progress, java.util.Collection<N> resultCollection)A call to this method initiates the search.
-