Rete Tree
Types
Functions
Link copied to clipboard
Retracts all the matching clauses from this ReteTree
Link copied to clipboard
abstract fun retractFirst(clause: <ERROR CLASS>): Sequence<<ERROR CLASS>>
Content copied to clipboard
Retract the first occurrence of the given Clause from this ReteTree. The meaning of "first" may vary between implementations
Link copied to clipboard
abstract fun retractOnly(clause: <ERROR CLASS>, limit: Int): Sequence<<ERROR CLASS>>
Content copied to clipboard
Retracts only the given number of matching clauses from this ReteTree