| Package | Description |
|---|---|
| salvo.jesus.graph | |
| salvo.jesus.graph.algorithm | |
| salvo.jesus.graph.listener |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CyclePath
An empty interface that denotes a CyclePath.
|
interface |
SimplePath
An interface that denotes a Path that is simple.
|
| 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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Path |
EulerCircleFinder.find(Graph g)
Returns a Path wich is a Euler circle in the given graph or
null
if there is no Euler circle in this graph. |
| Constructor and Description |
|---|
PathListener(Path path)
Creates a new PathListener for the given graph.
|
Copyright © 2019 JULIE Lab, Germany. All rights reserved.