package am.aua.search; public interface NodeFunction { int eval(Node n); }