Node
org.llm4s.knowledgegraph.Node
Represents a node (entity) in the knowledge graph.
Value parameters
- id
-
Unique identifier for the node
- label
-
The type or category of the entity (e.g., "Person", "Organization")
- properties
-
Additional attributes of the entity (preserves JSON types)
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article