Package | Description |
---|---|
gov.sandia.cognition.graph |
Modifier and Type | Class and Description |
---|---|
static class |
GraphWalker.RandomWalker<NodeNameType>
This class implements the most simple walker which randomly selects from
the available edges.
|
Constructor and Description |
---|
GraphWalker(DirectedNodeEdgeGraph<NodeNameType> graph,
GraphWalker.NextNodeSelector<NodeNameType> selector)
Initializes a new graph walker with as-yet empty metrics
|
GraphWalker(DirectedNodeEdgeGraph<NodeNameType> graph,
GraphWalker.NextNodeSelector<NodeNameType> selector,
GraphMetrics<NodeNameType> metrics)
Initializes a new graph walker with the input values
|