}
private static void addRule(String propertyName) {
ArrangementAtomMatchCondition condition = new ArrangementAtomMatchCondition(StdArrangementTokens.Regexp.NAME, propertyName);
StdArrangementEntryMatcher matcher = new StdArrangementEntryMatcher(condition);
StdArrangementMatchRule matchRule = new StdArrangementMatchRule(matcher, StdArrangementTokens.Order.BY_NAME);
DEFAULT_MATCH_RULES.add(ArrangementSectionRule.create(matchRule));
}