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 Progress
PluginContext. 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 class
ProgressBarImpl
Fields in org.processmining.framework.plugin.impl declared as Progress Modifier and Type Field Description protected Progress
AbstractPluginContext. progress
Methods in org.processmining.framework.plugin.impl that return Progress Modifier and Type Method Description Progress
AbstractPluginContext. 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.void
NodeExpander. 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.void
MultiThreadedSearcher. startSearch(java.util.concurrent.Executor executor, Progress progress, java.util.Collection<N> resultCollection)
A call to this method initiates the search.
-