CounterEngine counterEngine,
PropertyValuesEvaluator propertyValuesEvaluator) {
this.counterEngine = counterEngine;
this.propertyValuesEvaluator = propertyValuesEvaluator;
inheriter = new InheriterImpl(new InitialValueFinder());
propertyValueTranslator = new PropertyValueTranslator();
}