Modifier and Type | Class and Description |
---|---|
class |
Graph<V extends SequenceElement,E extends Number>
Graph, where all edges and vertices are stored in-memory.
|
Modifier and Type | Method and Description |
---|---|
IGraph<T,?> |
GraphWalker.getSourceGraph() |
Modifier and Type | Field and Description |
---|---|
protected IGraph<V,?> |
NearestVertexWalker.sourceGraph |
protected IGraph<V,?> |
NearestVertexWalker.Builder.sourceGraph |
protected IGraph<T,?> |
RandomWalker.sourceGraph |
protected IGraph<T,?> |
RandomWalker.Builder.sourceGraph |
Constructor and Description |
---|
Builder(IGraph<T,?> sourceGraph) |
Builder(@NonNull IGraph<T,?> graph)
Builder constructor for RandomWalker
|
Builder(IGraph<T,? extends Number> sourceGraph) |
Builder(@NonNull IGraph<V,?> graph) |
VertexComparator(@NonNull IGraph<V,E> graph) |
Modifier and Type | Field and Description |
---|---|
protected IGraph<T,?> |
GraphTransformer.sourceGraph |
protected IGraph<T,?> |
GraphTransformer.Builder.sourceGraph |
Constructor and Description |
---|
Builder(@NonNull IGraph<T,?> sourceGraph) |
Copyright © 2020. All rights reserved.