Uses of Class
org.odpi.openmetadata.userinterface.uichassis.springboot.beans.Node
-
Packages that use Node Package Description org.odpi.openmetadata.userinterface.uichassis.springboot.beans -
-
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)
-