package gr.ntua.ivml.athena.util; public interface VisitorI { public void visit( TraversableI t, StringBuffer sb ); }