tcra.exercises
Class ResolveStackReasoningExercise

java.lang.Object
  extended by tcra.math.TCRAExercise
      extended by tcra.exercises.ResolveStackReasoningExercise
Direct Known Subclasses:
ResolveRandomAccessCapabilityExercise

public class ResolveStackReasoningExercise
extends TCRAExercise


Field Summary
 
Fields inherited from class tcra.math.TCRAExercise
contracts, interfaceName
 
Constructor Summary
ResolveStackReasoningExercise()
           
 
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

ResolveStackReasoningExercise

public ResolveStackReasoningExercise()
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