1    metaonly module Support
     2    {
     3        function startModel();
     4    
     5        Void close();
     6    
     7        String stringify(Any obj, String indent);
     8    
     9        Void processTreeTable(Any obj, Any newObj);
    10    }