| Package | Description |
|---|---|
| org.spectrumauctions.sats.core.model.cats.graphalgorithms |
| Modifier and Type | Field and Description |
|---|---|
protected List<List<VertexCell>> |
Graph._adjacencyLists |
| Modifier and Type | Method and Description |
|---|---|
VertexCell |
VertexCell.cloneIt() |
| Modifier and Type | Method and Description |
|---|---|
List<List<VertexCell>> |
Graph.getAdjacencyLists()
The method returns adjacency lists of the graph
|
List<VertexCell> |
Graph.getPath(Vertex v,
Vertex u)
The method returns a path between two vertices i.e.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Graph.addAdjacencyList(List<VertexCell> adjLst)
The method adds an adjacency list
|
| Constructor and Description |
|---|
Graph(List<Vertex> vertices,
List<List<VertexCell>> adjLsts) |
Copyright © 2017. All rights reserved.