Returns the token of a rule instantiation.
kw
inst-token instantiation => token
instantiation⇩ |
An instantiation object. |
token⇩ |
A list of objects. |
The function inst-token
returns the token of instantiation. token is the list of objects that match the condition part of the forward chaining rule. This list of objects is in reverse order to the order in which the conditions appear in the rule.
If the forward chaining conditions are:
(train ?train) (signal ?signal)
then the token will have the form (signal-object train-object)
.
conflict-set
deftactic
inst-rulename
inst-bindings
instantiation
KnowledgeWorks and Prolog User Guide (Macintosh version) - 01 Dec 2021 19:35:35