Graph Traversal Capable
Opt-in capability for navigating the proposition abstraction hierarchy — finding source propositions and the abstractions derived from them.
The defaults resolve links in memory via findById/findAll; a graph-native store can override to push traversal to the backend.
Inheritors
Functions
Find propositions that were abstracted from the given proposition. Searches for propositions that cite the given ID in their Proposition.sourceIds.
Get all propositions. Used by findAbstractionsOf; satisfied automatically when a type also implements PropositionStore.
Find a proposition by its ID. Used by findSources; satisfied automatically when a type also implements PropositionStore.
Find the source propositions that a given proposition was abstracted from. Resolves the proposition's Proposition.sourceIds to actual propositions.