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