tcra.exercises.queue_reasoning_private
Class QueuePostFrontAssertion

java.lang.Object
  extended by tcra.exercises.queue_reasoning_private.QueuePostFrontAssertion
All Implemented Interfaces:
Assertion

public class QueuePostFrontAssertion
extends java.lang.Object
implements Assertion


Constructor Summary
QueuePostFrontAssertion()
           
 
Method Summary
 boolean check(java.util.List<MathType> states)
          check determines whether the values entered by the user hold to this assertion.
 java.lang.String toInstanceString(java.util.List<MathType> states)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueuePostFrontAssertion

public QueuePostFrontAssertion()
Method Detail

check

public boolean check(java.util.List<MathType> states)
Description copied from interface: Assertion
check determines whether the values entered by the user hold to this assertion.

Specified by:
check in interface Assertion
Parameters:
states - list of values for the method arguments
Returns:
true if the supplied values of the method arguments hold to the assertion false otherwise

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toInstanceString

public java.lang.String toInstanceString(java.util.List<MathType> states)
Specified by:
toInstanceString in interface Assertion