State hourMinTextState = new NamedState("HOUR_MIN_TEXT");
State ampmTextWithPeriodState = new NamedState("AM_PM_PERIOD_TEXT");
Condition hourNumCondition = new IntegerRangeCondition(MIN_HOUR,
MAX_HOUR);
Condition hourMinCondition = new HourMinuteCondition(MIN_HOUR,
MAX_HOUR, MIN_MINUTE, MAX_MINUTE);
Condition dayNightCondition = new WordSetCondition(iv_dayNightSet,
false);
Condition dayNightWithPeriodCondition = new DayNightWordCondition();
Condition closingPeriodCondition = new PunctuationValueCondition('.');