| Package | Description |
|---|---|
| salvo.jesus.graph | |
| salvo.jesus.graph.adaptor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DirectedWeightedEdge
Represents a directed and weighted edge in a graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DirectedEdgeImpl
Represents a directed edge in a graph.
|
class |
DirectedWeightedEdgeImpl
Represents a directed and weighted edge in a graph.
|
| Modifier and Type | Method and Description |
|---|---|
DirectedEdge |
DirectedGraphImpl.getEdge(Vertex fromvertex,
Vertex tovertex)
Returns an Edge in the Graph whose origin is fromVertex and destination is toVertex.
|
DirectedEdge |
DirectedGraph.getEdge(Vertex fromvertex,
Vertex tovertex)
Returns an Edge in the Graph whose origin is fromVertex and destination is toVertex.
|
| Modifier and Type | Method and Description |
|---|---|
DirectedEdge |
DirectedGraphDelegator.getEdge(Vertex fromvertex,
Vertex tovertex) |
Copyright © 2019 JULIE Lab, Germany. All rights reserved.