Class | Description |
---|---|
EdgeDegreesPair<K,VV,EV> |
Annotates edges of a directed graph with the degree, out-degree, and in-degree of both the source
and target vertices.
|
EdgeSourceDegrees<K,VV,EV> |
Annotates edges of a directed graph with the degree, out-degree, and in-degree of the source
vertex.
|
EdgeTargetDegrees<K,VV,EV> |
Annotates edges of a directed graph with the degree, out-degree, and in-degree of the target
vertex.
|
VertexDegrees<K,VV,EV> |
Annotates vertices of a directed graph with the degree, out-, and in-degree.
|
VertexDegrees.Degrees |
Wraps the vertex degree, out-degree, and in-degree.
|
VertexInDegree<K,VV,EV> |
Annotates vertices of a directed graph with the in-degree.
|
VertexOutDegree<K,VV,EV> |
Annotates vertices of a directed graph with the out-degree.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.