| Package | Description |
|---|---|
| org.apache.hugegraph.structure.graph |
| Modifier and Type | Method and Description |
|---|---|
Graph.HugeVertex |
Graph.HugeEdge.other(Graph.HugeVertex vertex) |
Graph.HugeVertex |
Graph.HugeEdge.source() |
Graph.HugeVertex |
Graph.HugeEdge.target() |
Graph.HugeVertex |
Graph.vertex(Object id) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Graph.HugeVertex> |
Graph.vertices() |
| Modifier and Type | Method and Description |
|---|---|
Graph.HugeVertex |
Graph.HugeEdge.other(Graph.HugeVertex vertex) |
void |
Graph.HugeEdge.source(Graph.HugeVertex source) |
void |
Graph.HugeEdge.target(Graph.HugeVertex target) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.