package game; public interface IGameElementVisitor { public abstract boolean visit(IGameElement e); }