V
- vertexE
- edgepublic interface EdgeOffsetFunctions<V,E>
Modifier and Type | Interface and Description |
---|---|
static interface |
EdgeOffsetFunctions.HasEdgeOffsetFunctions<V,E>
Has edge offset function interface
|
Modifier and Type | Method and Description |
---|---|
EdgeOffsetFunction<V,E> |
getDestOffsetFunction()
Destination-end offset function
|
EdgeOffsetFunction<V,E> |
getSourceOffsetFunction()
Source-end offset function
|
EdgeOffsetFunction<V,E> getSourceOffsetFunction()
EdgeOffsetFunction<V,E> getDestOffsetFunction()