Uses of Class
io.openml.kugelblitz.neo4j.Node
Packages that use Node
-
Uses of Node in io.openml.kugelblitz.neo4j
Methods in io.openml.kugelblitz.neo4j that return NodeModifier and TypeMethodDescriptionstatic Node
Node.valueOf
(org.neo4j.driver.types.Node node) Converts a Neo4J API node to a KugelblitzNode
.Methods in io.openml.kugelblitz.neo4j that return types with arguments of type NodeModifier and TypeMethodDescriptionGraph.getNodes()
Returns an unmodifiable view of all the nodes in this Graph instance.Graph.getUndirectedNeighborsOf
(Node node) Returns all weakly connected neighbors of a specified node.Methods in io.openml.kugelblitz.neo4j with parameters of type NodeModifier and TypeMethodDescriptionGraph.getUndirectedNeighborsOf
(Node node) Returns all weakly connected neighbors of a specified node.Constructor parameters in io.openml.kugelblitz.neo4j with type arguments of type Node