public class Graph extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Graph.HugeEdge |
static class |
Graph.HugeVertex |
public Graph(GraphManager graph)
public Iterator<Graph.HugeVertex> vertices()
public Graph.HugeVertex vertex(Object id)
public Iterator<Graph.HugeEdge> edges()
Copyright © 2020. All rights reserved.