org.activemath.exercises.model
Class InteractionTransition

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

public class InteractionTransition
extends Transition


Constructor Summary
InteractionTransition(Interaction source, Interaction target)
           
 
Method Summary
 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

InteractionTransition

public InteractionTransition(Interaction source,
                             Interaction target)
Method Detail

match

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