public RutaRuleElement createRuleElement(StringExpression stringExpression,
RuleElementQuantifier quantifier, List<AbstractRutaCondition> conditions,
List<AbstractRutaAction> actions, RuleElementContainer container,
RutaBlock parent) {
RutaLiteralMatcher matcher = new RutaLiteralMatcher(stringExpression);
return new RutaRuleElement(matcher, quantifier, conditions, actions, container, parent);
}