object
generalized_ripple_down_rules
Generalized Ripple-Down Rules implementation using keyed Single-Classification Ripple-Down Rules and Multi-Classification Ripple-Down Rules submodels.
Availability:
logtalk_load(ripple_down_rules(loader))Author: Paulo Moura
Version: 1:0:0
Date: 2026-08-08
Compilation flags:
static, context_switching_callsRemarks:
(none)
Inherited public predicates:
Public predicates
put/4
Returns a new Generalized Ripple-Down Rules model with the keyed Single-Classification Ripple-Down Rules or Multi-Classification Ripple-Down Rules submodel added or replaced.
Compilation flags:
staticTemplate:
put(Model,Key,Submodel,NewModel)Mode and number of proofs:
put(+compound,+term,+compound,-compound) - one_or_errorExceptions:
Model is a variable:instantiation_errorModel is neither a variable nor a valid model:domain_error(ripple_down_rules,Model)Key is a variable:instantiation_errorSubmodel is a variable:instantiation_errorSubmodel is neither a variable nor a valid submodel:domain_error(ripple_down_rules_submodel,Submodel)get/3
Returns the submodel stored under a key.
Compilation flags:
staticTemplate:
get(Model,Key,Submodel)Mode and number of proofs:
get(+compound,+term,-compound) - zero_or_one_or_errorExceptions:
Model is a variable:instantiation_errorModel is neither a variable nor a valid model:domain_error(ripple_down_rules,Model)Key is a variable:instantiation_errorremove/3
Returns a new Generalized Ripple-Down Rules model with the keyed submodel removed.
Compilation flags:
staticTemplate:
remove(Model,Key,NewModel)Mode and number of proofs:
remove(+compound,+term,-compound) - zero_or_one_or_errorExceptions:
Model is a variable:instantiation_errorModel is neither a variable nor a valid model:domain_error(ripple_down_rules,Model)Key is a variable:instantiation_errorProtected predicates
(no local declarations; see entity ancestors if any)
Private predicates
(no local declarations; see entity ancestors if any)
Operators
(none)