tcra.exercises
Class ResolveBoundedStackExercise

java.lang.Object
  extended by tcra.math.TCRAExercise
      extended by tcra.exercises.ResolveBoundedStackExercise
Direct Known Subclasses:
ResolveDeleteEntriesExercise, ResolvePrefixReversalCapabilityExercise, ResolveRandomAccessCapabilityExercise

public class ResolveBoundedStackExercise
extends TCRAExercise


Field Summary
 
Fields inherited from class tcra.math.TCRAExercise
contracts, interfaceName
 
Constructor Summary
ResolveBoundedStackExercise()
           
 
Method Summary
 MathModel getMathRep()
          Returns the mathematical model of this interface.
static int getMaxDepth()
           
 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

ResolveBoundedStackExercise

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

getMaxDepth

public static int getMaxDepth()