/** An iterface for things that can be judged acceptable */ public interface IJudger { boolean isAcceptable(); }