Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. When complex object structures are created in Quaestor, the knowledge engineer might require the posibility to force the computation of parameters in order to manage the evaluation order. By adding the ADDGOALS function around an value, expression, TeLiTab or Object, in combination with the forced goals (SubGoal), the value, expression, TeLiTab or Object is still received as result but after the other goals are carried out.
    In method 2, Object(..) means that in the object itself additional TopGoals etc. can be defined. See also the documentation on the use of objects in Quaestor.

Examples

A=ADDGOALS(B,C)

...