| Interface | Description |
|---|---|
| BinaryResult<K> |
A
GraphAlgorithm result for a pair vertices. |
| PrintableResult |
Base interface for
GraphAlgorithm results. |
| TertiaryResult<K> |
A
GraphAlgorithm result for three vertices. |
| TranslatableResult<K> |
A transformable result can transform its ID type.
|
| UnaryResult<K> |
A
GraphAlgorithm result for a single vertex. |
| Class | Description |
|---|---|
| BinaryResult.MirrorResult<T,RT extends BinaryResult<T>> |
Output each input and a second result with the vertex order flipped.
|
| BinaryResultBase<K> |
Base class for algorithm results for a pair of vertices.
|
| ResultBase |
Base class for algorithm results.
|
| TertiaryResultBase<K> |
Base class for algorithm results for three vertices.
|
| UnaryResultBase<K> |
Base class for algorithm results for a single vertex.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.