A relationship between entities
Public fields
idUnique identifier
source_idSource entity ID
target_idTarget entity ID
typeRelationship type
descriptionDescription
weightRelationship weight
source_chunksSource chunk IDs
metadataAdditional metadata
Methods
Method new()
Create a new Relationship
Usage
Relationship$new(
source_id,
target_id,
type,
description = NULL,
weight = 1,
source_chunks = NULL,
metadata = NULL
)