package am.aua.search; public interface Action { // definition of c(n,a,n`); // don't need action as argument, because it is available as this int c(Node prev, Node next); }