| Package | Description |
|---|---|
| salvo.jesus.graph | |
| salvo.jesus.graph.listener |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CyclePath
An empty interface that denotes a CyclePath.
|
| 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 |
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 |
|---|---|
protected SimplePath |
SimplePathListener.getPath() |
| Constructor and Description |
|---|
SimplePathListener(SimplePath simplePath)
Creates a new SimplePathListener for the given SimplePath.
|
Copyright © 2019 JULIE Lab, Germany. All rights reserved.