org.activemath.webapp.exercises.tools.graph
Class GraphLoader
java.lang.Object
org.activemath.webapp.exercises.tools.graph.GraphLoader
public class GraphLoader
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphLoader
public GraphLoader()
getRoot
public edu.berkeley.guir.prefuse.graph.DefaultNode getRoot()
getExerciseId
public String getExerciseId()
buildGraph
public edu.berkeley.guir.prefuse.graph.DefaultGraph buildGraph(InputStream stream)
throws Exception
- Throws:
Exception