Companion

object Companion

Functions

Link copied to clipboard
fun derivePredicate(relationshipName: String): String

Derive a natural language predicate from a relationship or property name. Used when no explicit @Semantics predicate is defined.

Link copied to clipboard

Create a projector from relations.

Link copied to clipboard

Convert a predicate to a graph relationship type name. "likes" -> "LIKES" "works at" -> "WORKS_AT" "is expert in" -> "IS_EXPERT_IN"