<T> T |
GraphEdge.getAttribute(GraphAttributes.AttrKey<T> inName) |
<T> T |
GraphNode.getAttribute(GraphAttributes.AttrKey<T> inName) |
<T> T |
GraphAttributes.getAttribute(GraphAttributes.AttrKey<T> inName) |
<T> T |
GraphEdge.getAttribute(GraphAttributes.AttrKey<T> inName,
T inDefault) |
<T> T |
GraphNode.getAttribute(GraphAttributes.AttrKey<T> inName,
T inDefault) |
<T> T |
GraphAttributes.getAttribute(GraphAttributes.AttrKey<T> inName,
T inDefault) |
java.util.List<GraphNode> |
GraphNode.getEdgeNodes(GraphAttributes.AttrKey<?> inWithAttr) |
java.util.List<GraphEdge> |
GraphNode.getEdges(GraphAttributes.AttrKey<?> inWithAttr) |
int |
GraphNode.getNumEdges(GraphAttributes.AttrKey<?> inWithAttr) |
java.util.LinkedList<GraphNode> |
Graph.getPath(GraphNode srcNode,
GraphNode destNode,
GraphAttributes.AttrKey<?> inWithAttr)
Determine the path between a source and destination node.
|
void |
GraphNode.joinReachable(GraphNode inNode,
GraphAttributes.AttrKey<?> inWithAttr) |
<T> void |
GraphEdge.setAttribute(GraphAttributes.AttrKey<T> inName,
T inValue) |
<T> void |
GraphNode.setAttribute(GraphAttributes.AttrKey<T> inName,
T inValue) |
<T> void |
GraphAttributes.setAttribute(GraphAttributes.AttrKey<T> inName,
T inValue) |
<T> void |
GraphEdge.setAttribute(GraphAttributes.AttrKey<T> inName,
T inValue,
long inExpire) |
<T> void |
GraphNode.setAttribute(GraphAttributes.AttrKey<T> inName,
T inValue,
long inExpire) |
<T> void |
GraphAttributes.setAttribute(GraphAttributes.AttrKey<T> inName,
T inValue,
long inExpire) |