findByMinLevel

open override fun findByMinLevel(minLevel: Int): List<Proposition>

Find propositions at or above the specified abstraction level. Level 0 = raw observations, 1+ = abstractions.

Return

Propositions with level >= minLevel

Parameters

minLevel

Minimum abstraction level (inclusive)