public class Graph extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Graph.HugeEdge |
static class |
Graph.HugeVertex |
| Constructor and Description |
|---|
Graph(GraphManager graph) |
Graph(List<Vertex> vertices,
List<Edge> edges) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Graph.HugeEdge> |
edges() |
Graph.HugeVertex |
vertex(Object id) |
Iterator<Graph.HugeVertex> |
vertices() |
public Graph(GraphManager graph)
public Iterator<Graph.HugeVertex> vertices()
public Graph.HugeVertex vertex(Object id)
public Iterator<Graph.HugeEdge> edges()
Copyright © 2023 The Apache Software Foundation. All rights reserved.