project
open override fun project(schema: <Error class: unknown class>, delta: KnowledgeGraphDelta?): List<Any>
Projects entities from the delta into domain objects. Returns a list of all instantiated domain objects.
Entities are instantiated based on their labels, resolved against the schema's domain types. Entities that cannot be resolved will generate warnings but will not cause errors.
Return
List of all domain objects with relationships resolved
Parameters
delta
The knowledge graph delta containing entities and relationships