Returns the token of the instantiation . The 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. For example, if the forward chaining conditions are
(train ?train)
(signal ?signal)
then the token will have the form
(
signal-object
train-object
)
.