Example #1
0
 protected internal virtual void dfs(OO7_CompositePart aPart)
 {
     System.Collections.Hashtable table = System.Collections.Hashtable.Synchronized(new System.Collections.Hashtable());
     dfsVisit(aPart.rootPart(), table);
     //System.out.println( "AtomicParts visited: " + table.size() );
 }