Package | Description |
---|---|
dev.nm.graph | |
dev.nm.graph.algorithm.shortestpath | |
dev.nm.graph.type |
Modifier and Type | Interface and Description |
---|---|
interface |
WeightedArc<V>
A weighted arc is an arc that has a weight or a cost associated with it.
|
Modifier and Type | Method and Description |
---|---|
WeightedEdge<V> |
ShortestPath.lastEdge(V v)
Gets the last edge of a vertex on its shortest distance from the source.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleArc<V>
A simple arc has two vertices: head and tail.
|
class |
SimpleEdge<V>
A simple edge has two vertices.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.