Uses of Interface
org.processmining.framework.util.search.ExpandCollection
-
Packages that use ExpandCollection Package Description org.processmining.framework.util.search -
-
Uses of ExpandCollection in org.processmining.framework.util.search
Classes in org.processmining.framework.util.search that implement ExpandCollection Modifier and Type Class Description class
BreadthFirstExpandCollection<N>
class
DepthFirstExpandCollection<N>
Constructors in org.processmining.framework.util.search with parameters of type ExpandCollection Constructor Description MultiThreadedSearcher(int numberOfThreads, NodeExpander<N> expander, ExpandCollection<N> expandCollection)
Instantiates a searcher.MultiThreadedSearcher(NodeExpander<N> expander, ExpandCollection<N> expandCollection)
Instantiates a searcher.
-