| Package | Description |
|---|---|
| io.ataraxic.nomicflux.voyageur.impl |
| Class and Description |
|---|
| AdjListGraph
An adjacency list representation of a graph, using
ValueNode, ValueEdge, and ValueContext
to minimize the need supplying type parameters |
| ValueContext
A
Context which is a value object, isomorphic to a tuple containing its node, a set of edges into the
node, and a set of edges coming out of the node |
| ValueEdge
A
WeightedEdge which is a value object, isomorphic to the two ValueNodes it connects and its weight. |
| ValueNode
A
LabeledNode which is a value object, isomorphic to its value and label |
Copyright © 2020. All Rights Reserved.