• public interface Visitable{ void accept(Visitor visitor);} public interface Visitor{ void visit(Vi