tcra.exercises
Class ResolveQueueReasoningExercise

java.lang.Object
  extended by tcra.math.TCRAExercise
      extended by tcra.exercises.ResolveQueueReasoningExercise

public class ResolveQueueReasoningExercise
extends TCRAExercise


Field Summary
 
Fields inherited from class tcra.math.TCRAExercise
contracts, interfaceName
 
Constructor Summary
ResolveQueueReasoningExercise()
           
 
Method Summary
 MathModel getMathRep()
          Returns the mathematical model of this interface.
 java.lang.String getSelfString()
           
 
Methods inherited from class tcra.math.TCRAExercise
getContracts, getInterfaceName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResolveQueueReasoningExercise

public ResolveQueueReasoningExercise()
Method Detail

getMathRep

public MathModel getMathRep()
Description copied from class: TCRAExercise
Returns the mathematical model of this interface.

Specified by:
getMathRep in class TCRAExercise
Returns:
Math model

getSelfString

public java.lang.String getSelfString()
Overrides:
getSelfString in class TCRAExercise