if (timeInfo != null) {
long time = timeInfo.get(ruleApply.getElement());
dra.setTime(time);
}
if (addToIndex)
dra.addToIndexes();
return dra;
}
public DebugRuleMatch createDebugRuleMatch(AbstractRuleMatch<? extends AbstractRule> match,
RutaStream stream, boolean addToIndex, boolean withMatches,