| Constructor and Description |
|---|
HugeVertex(Vertex v) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEdge(Graph.HugeEdge e) |
List<Graph.HugeEdge> |
getEdges() |
String |
toString() |
Vertex |
vertex() |
void |
vertex(Vertex vertex) |
public HugeVertex(Vertex v)
public Vertex vertex()
public void vertex(Vertex vertex)
public void addEdge(Graph.HugeEdge e)
public List<Graph.HugeEdge> getEdges()
Copyright © 2023 The Apache Software Foundation. All rights reserved.