Uses of Class
org.odpi.openmetadata.userinterface.uichassis.springboot.beans.Node
-
Packages that use Node Package Description org.odpi.openmetadata.userinterface.uichassis.springboot.beans org.odpi.openmetadata.userinterface.uichassis.springboot.service -
-
Uses of Node in org.odpi.openmetadata.userinterface.uichassis.springboot.beans
Methods in org.odpi.openmetadata.userinterface.uichassis.springboot.beans that return types with arguments of type Node Modifier and Type Method Description List<Node>Graph. getNodes()Method parameters in org.odpi.openmetadata.userinterface.uichassis.springboot.beans with type arguments of type Node Modifier and Type Method Description voidGraph. setNodes(List<Node> nodes)Constructor parameters in org.odpi.openmetadata.userinterface.uichassis.springboot.beans with type arguments of type Node Constructor Description Graph(List<Node> nodes, List<Edge> edge) -
Uses of Node in org.odpi.openmetadata.userinterface.uichassis.springboot.service
Method parameters in org.odpi.openmetadata.userinterface.uichassis.springboot.service with type arguments of type Node Modifier and Type Method Description voidLineageGraphDisplayService. 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.
-