VisClient/org/hfbk/vis/source/SourceClass.java

Go to the documentation of this file.
00001 package org.hfbk.vis.source;
00002 
00003 import java.io.IOException;
00004 import java.net.URL;
00005 
00006 public class SourceClass extends Source {
00007 
00008         public SourceClass(URL url) {
00009                 super(url);
00010         }
00011 
00012         void buildGraph() throws IOException {
00013                 String clazz=getParam(url, "source").substring(1);
00014                 
00015                 add(keyword,clazz,null);
00016                 System.out.println("A "+graph.getRoot().type+"!");
00017         }
00018 
00019 }

Generated on Tue Apr 7 17:57:20 2009 for visclient by  doxygen 1.5.1