org.activemath.webapp.exercises.tools
Class Utility

java.lang.Object
  extended by org.activemath.webapp.exercises.tools.Utility

public class Utility
extends Object


Constructor Summary
Utility()
           
 
Method Summary
static void initGraph(Graph g)
           
static boolean isSemanticallyEmpty(org.jdom.Element cmp)
           
static void search(Vertex v, Graph g)
           
static org.jdom.Element selectCMP(List cmps, String lang)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utility

public Utility()
Method Detail

initGraph

public static void initGraph(Graph g)

search

public static void search(Vertex v,
                          Graph g)

selectCMP

public static org.jdom.Element selectCMP(List cmps,
                                         String lang)

isSemanticallyEmpty

public static boolean isSemanticallyEmpty(org.jdom.Element cmp)