Class | Description |
---|---|
EdgeDegreePair<K,VV,EV> |
Annotates edges of an undirected graph with the degree of both the source and target degree
vertices.
|
EdgeSourceDegree<K,VV,EV> |
Annotates edges of an undirected graph with degree of the source vertex.
|
EdgeTargetDegree<K,VV,EV> |
Annotates edges of an undirected graph with degree of the target vertex.
|
VertexDegree<K,VV,EV> |
Annotates vertices of an undirected graph with the degree.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.