| Package | Description |
|---|---|
| salvo.jesus.graph |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DirectedWeightedEdge
Represents a directed and weighted edge in a graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DirectedWeightedEdgeImpl
Represents a directed and weighted edge in a graph.
|
class |
WeightedEdgeImpl
Represents a weighted edge in a graph.
|
| Modifier and Type | Method and Description |
|---|---|
WeightedEdge |
WeightedGraphImpl.addEdge(Vertex v1,
Vertex v2,
double weight)
Convenience method to add a WeightedEdge with a specified weight
into the WeightedGraph.
|
WeightedEdge |
WeightedGraph.addEdge(Vertex v1,
Vertex v2,
double weight)
Convenience method to add a WeightedEdge with a specified weight
into the WeightedGraph.
|
Copyright © 2019 JULIE Lab, Germany. All rights reserved.