org.activemath.exercises.generators.util
Class MappingRandomizer

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

public class MappingRandomizer
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
MappingRandomizer()
           
 
Method Summary
static void randomizeMapping(org.jdom.Element interaction, Vector correctAnswers)
           
 
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

MappingRandomizer

public MappingRandomizer()
Method Detail

randomizeMapping

public static void randomizeMapping(org.jdom.Element interaction,
                                    Vector correctAnswers)