| Constructor and Description |
|---|
Context(int minChildren,
int maxChildren,
Selector selector,
Splitter splitter,
Factory<T,S> factory)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Factory<T,S> |
factory() |
int |
maxChildren() |
int |
minChildren() |
Selector |
selector() |
Splitter |
splitter() |
public Context(int minChildren,
int maxChildren,
Selector selector,
Splitter splitter,
Factory<T,S> factory)
minChildren - minimum number of children per node (at least 1)maxChildren - max number of children per node (minimum is 3)selector - algorithm to select search pathsplitter - algorithm to split the children across two new nodesfactory - node creation factoryCopyright © 2013–2023. All rights reserved.