Package | Description |
---|---|
com.redhat.thermostat.collections.graph |
Modifier and Type | Field and Description |
---|---|
protected TraversalListener.Status |
DepthFirstSearch.status |
Modifier and Type | Method and Description |
---|---|
TraversalListener.Status |
TraversalListener.postProcessNode(Node node,
SearchPayload payload) |
TraversalListener.Status |
DefaultTraversalListener.postProcessNode(Node node,
SearchPayload payload) |
TraversalListener.Status |
TraversalListener.preProcessNode(Node node,
SearchPayload payload) |
TraversalListener.Status |
DefaultTraversalListener.preProcessNode(Node node,
SearchPayload payload) |
TraversalListener.Status |
TraversalListener.processRelationship(Relationship relationship,
SearchPayload payload) |
TraversalListener.Status |
TopologicalSort.processRelationship(Relationship relationship,
SearchPayload payload) |
TraversalListener.Status |
DefaultTraversalListener.processRelationship(Relationship relationship,
SearchPayload payload) |
static TraversalListener.Status |
TraversalListener.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraversalListener.Status[] |
TraversalListener.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.