Represents a Knowledge Graph containing nodes and edges.
Value parameters
- edges
-
List of Edges in the graph
- nodes
-
Map of Node ID to Node object
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Finds nodes by label.
Finds nodes by label.
Attributes
Finds nodes by property value. Compares against the JSON string representation of the value.
Finds nodes by property value. Compares against the JSON string representation of the value.
Attributes
Gets all edges connected to a node (both incoming and outgoing).
Gets all edges connected to a node (both incoming and outgoing).
Attributes
Gets incoming edges to a node.
Gets incoming edges to a node.
Attributes
Gets neighbor nodes (both incoming and outgoing).
Gets neighbor nodes (both incoming and outgoing).
Attributes
Gets outgoing edges from a node.
Gets outgoing edges from a node.
Attributes
Checks if an edge exists between two nodes.
Checks if an edge exists between two nodes.
Attributes
Checks if a node exists in the graph.
Checks if a node exists in the graph.
Attributes
Merges another graph into this one.
Merges another graph into this one.
Attributes
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product