Warning: session_start(): open(/var/lib/php/sessions/sess_0n8mo810898tg6pbeu73bqve17, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
scope dm_gazelle_appliedRulesForLearning.
please include function javaTokNPunctuationWithBrackets.
please include function javaTokNoQuotes.
please include function javaTokNoQuotesWithBrackets.
sclass #Entry {
RuleEngine2_MatchedRule r;
S ruleID;
S judgement;
}
static L dm_gazelle_appliedRulesForLearning() {
L concepts = cloneList((L) dm_requireAndCall("#1021413/AppliedRules", 'concepts));
new L out;
for (O c : concepts) pcall {
S judgement = getString judgement(c);
S struct = getString matchedRuleStruct(c);
RuleEngine2_MatchedRule r = unstruct(struct);
out.add(nu(Entry, +r, ruleID := r.rule.ruleID, varMap := r.varMap, +judgement));
}
ret out;
}
end scope