| Package | Description |
|---|---|
| org.odpi.openmetadata.userinterface.uichassis.springboot.beans | |
| org.odpi.openmetadata.userinterface.uichassis.springboot.service |
| Modifier and Type | Method and Description |
|---|---|
List<Edge> |
Graph.getEdges() |
| Modifier and Type | Method and Description |
|---|---|
void |
Graph.setEdges(List<Edge> edges) |
| Constructor and Description |
|---|
Graph(List<Node> nodes,
List<Edge> edge) |
| Modifier and Type | Method and Description |
|---|---|
void |
LineageGraphDisplayService.setNodesLevel(List<Node> startNodes,
List<Node> listNodes,
List<Edge> listEdges)
sets the level field for the nodes, in order to be displayed on levels
Stars from a start list of nodes and sets a the level+1 for the nodes on the ends of "to" edges and
legel -1 for the nodes from the "from" end of it's edges
once an edge or node is processed is removed from the list.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.