Uses of Class
org.qubitpi.kugelblitz.neo4j.Node
Packages that use Node
-
Uses of Node in org.qubitpi.kugelblitz.neo4j
Methods in org.qubitpi.kugelblitz.neo4j that return NodeModifier and TypeMethodDescriptionstatic Node
Node.valueOf
(org.neo4j.driver.types.Node node) Converts a Neo4J API node to a bertokNode
.Methods in org.qubitpi.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 org.qubitpi.kugelblitz.neo4j with parameters of type NodeModifier and TypeMethodDescriptionGraph.getUndirectedNeighborsOf
(Node node) Returns all weakly connected neighbors of a specified node.Constructor parameters in org.qubitpi.kugelblitz.neo4j with type arguments of type Node