public class Graph extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Graph.Neighbour
Neighbour class
|
static class |
Graph.State
state enum
|
class |
Graph.Vertex
Vertex class
|
| Constructor and Description |
|---|
Graph(com.fasterxml.jackson.databind.JsonNode jsonGraph)
Graph constructor
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,Set<String>> |
getGraphWithLongestPaths()
create level stack: the longest path for different roots
|
Copyright © 2018 Vitam. All rights reserved.