You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
var childEngine = new EvaluationEngine(parentEngine);
]]></script>
<p>
When you ask the child engine a question, it will use all the expressions of the parent and the child.
When you ask the parent engine, it will only use the expressions known to the parent.
</p>
<p>
If the child engine defines an aggregator, the child aggregator will be used when asking a question on the child. Thus overriding the parent aggregator.