public class GutmanSearchStrategy extends Object implements SearchStrategy
| Constructor and Description | 
|---|
GutmanSearchStrategy()  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<ImmutableNode> | 
breadthFirstSearch(ImmutableNode node,
                  Bound bound)  | 
Iterable<ImmutableNode> | 
breadthFirstSearch(Iterable<ImmutableNode> nodes,
                  Bound bound,
                  int total)  | 
Iterable<ImmutablePoint> | 
depthFirstSearch(ImmutableNode node,
                Bound bound)  | 
Iterable<ImmutableBitmap> | 
search(ImmutableNode node,
      Bound bound)  | 
public Iterable<ImmutableBitmap> search(ImmutableNode node, Bound bound)
search in interface SearchStrategypublic Iterable<ImmutablePoint> depthFirstSearch(ImmutableNode node, Bound bound)
public Iterable<ImmutableNode> breadthFirstSearch(ImmutableNode node, Bound bound)
public Iterable<ImmutableNode> breadthFirstSearch(Iterable<ImmutableNode> nodes, Bound bound, int total)
Copyright © 2011–2018. All rights reserved.