| Package | Description |
|---|---|
| salvo.jesus.graph |
| Modifier and Type | Class and Description |
|---|---|
class |
CyclePathImpl
Implementation of CyclePath that ensures that the first
and last vertices in the Path forms a cycle.
|
class |
DirectedAcyclicGraphImpl
The DirectedAcyclicGraph class represents a directed acyclic graph (DAG)
where there is no cyclic paths for any of its vertices.
|
class |
DirectedGraphImpl
A directed Graph where edges have a specified direction.
|
class |
PathImpl
An implementation of the Path interface that is a non-simple path.
|
class |
SimplePathImpl
Implementation of SimplePath interface guaranteeing that the
path is simple, meaning no Vertex is repeated in the path.
|
class |
TreeImpl
An implementation of a Tree.
|
class |
WeightedGraphImpl
An implementation of the WeightedGraph interface where all
edges in the graph have a weight.
|
Copyright © 2019 JULIE Lab, Germany. All rights reserved.