org.activemath.exercises.generators.util
Class SelectionRandomizer

java.lang.Object
  extended by org.activemath.exercises.generators.util.SelectionRandomizer

public class SelectionRandomizer
extends Object


Field Summary
protected static org.jdom.Namespace activemathNamespace
           
protected static org.jdom.Namespace dublinCoreNamespace
           
protected static OpenMath om
           
protected static org.jdom.Namespace omdocNamespace
           
protected static org.jdom.Namespace openmathNamespace
           
 
Constructor Summary
SelectionRandomizer()
           
 
Method Summary
static void randomizeSelection(org.jdom.Element interaction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

openmathNamespace

protected static final org.jdom.Namespace openmathNamespace

dublinCoreNamespace

protected static final org.jdom.Namespace dublinCoreNamespace

omdocNamespace

protected static final org.jdom.Namespace omdocNamespace

activemathNamespace

protected static final org.jdom.Namespace activemathNamespace

om

protected static OpenMath om
Constructor Detail

SelectionRandomizer

public SelectionRandomizer()
Method Detail

randomizeSelection

public static void randomizeSelection(org.jdom.Element interaction)