static Bool decisionTree_apply(DecisionTree tree, Map map) { try { ret tree.apply(map); } catch (BadDecisionException e) { null; } }