| Package | Description |
|---|---|
| org.processmining.framework.util.search |
| Modifier and Type | Class and Description |
|---|---|
class |
BreadthFirstExpandCollection<N> |
class |
DepthFirstExpandCollection<N> |
| Constructor and Description |
|---|
MultiThreadedSearcher(int numberOfThreads,
NodeExpander<N> expander,
ExpandCollection<N> expandCollection)
Instantiates a searcher.
|
MultiThreadedSearcher(NodeExpander<N> expander,
ExpandCollection<N> expandCollection)
Instantiates a searcher.
|