public class EdgeIndexOffsetFunctionsImpl<V extends HasIndex,E> extends EdgeIndexFunctionImpl<V,E> implements EdgeOffsetFunctions<V,E>
EdgeOffsetFunctions.HasEdgeOffsetFunctions<V,E>| Modifier and Type | Field and Description |
|---|---|
private EdgeOffsetFunctions<V,E> |
edgeOffsetFunctions
Edge offset functions
|
edgeIndices| Constructor and Description |
|---|
EdgeIndexOffsetFunctionsImpl()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
EdgeOffsetFunction<V,E> |
getDestOffsetFunction()
Destination-end offset function
|
EdgeOffsetFunction<V,E> |
getSourceOffsetFunction()
Source-end offset function
|
getIndex, init, makeEdgeIndexComparator, reset, resetprivate final EdgeOffsetFunctions<V extends HasIndex,E> edgeOffsetFunctions
public EdgeOffsetFunction<V,E> getSourceOffsetFunction()
EdgeOffsetFunctionsgetSourceOffsetFunction in interface EdgeOffsetFunctions<V extends HasIndex,E>public EdgeOffsetFunction<V,E> getDestOffsetFunction()
EdgeOffsetFunctionsgetDestOffsetFunction in interface EdgeOffsetFunctions<V extends HasIndex,E>