org.activemath.exercises.model
Class HintTransition

java.lang.Object
  extended by org.activemath.exercises.model.Transition
      extended by org.activemath.exercises.model.HintTransition

public class HintTransition
extends Transition


Constructor Summary
HintTransition(Interaction source, Interaction target)
           
 
Method Summary
 org.jdom.Element getPattern()
           
 boolean match(List userInput)
           
 
Methods inherited from class org.activemath.exercises.model.Transition
getDiagnosis, getKey, getSource, getTarget, setDiagnosis
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HintTransition

public HintTransition(Interaction source,
                      Interaction target)
Method Detail

match

public boolean match(List userInput)
Specified by:
match in class Transition

getPattern

public org.jdom.Element getPattern()