Companion

object Companion

Functions

Link copied to clipboard
fun episodic(predicate: String, meaning: String = predicate): Relation

An event-based relation with no subject or object type constraint.

Link copied to clipboard
fun procedural(predicate: String, meaning: String = predicate): Relation

A preference/behavioral relation with no subject or object type constraint.

Link copied to clipboard
fun proceduralForSubject(predicate: String, meaning: String, subjectType: String): Relation

A preference/behavioral relation that only applies when the subject matches the given type.

Link copied to clipboard
fun semantic(predicate: String, meaning: String = predicate): Relation

A factual relation with no subject or object type constraint.

Link copied to clipboard
fun semanticBetween(predicate: String, meaning: String, subjectType: String, objectType: String): Relation

A factual relation constrained to a specific subject and object type pair.

Link copied to clipboard
fun semanticForSubject(predicate: String, meaning: String, subjectType: String): Relation

A factual relation that only applies when the subject matches the given type.