package commons.collections.interfaces;
public interface TermTableCalcCondition
{

public boolean isTrue (String term, double value);
}
