178179180181182183184
public static RuleElementQuantifier createQuestionReluctantQuantifier() { return new QuestionReluctant(); } public static RuleElementQuantifier createQuestionGreedyQuantifier() { return new QuestionGreedy(); }
186187188189190191192