tcra
Interface MathType

All Known Implementing Classes:
MathInteger, MathString

public interface MathType

MathType is the mathematical representation of an Argument.


Method Summary
 boolean equals(java.lang.Object other)
          Determines whether or not the provided string is equivalent to this MathType object.
 

Method Detail

equals

boolean equals(java.lang.Object other)
Determines whether or not the provided string is equivalent to this MathType object.

Overrides:
equals in class java.lang.Object
Parameters:
other - Object that this will be compared to
Returns:
true if the MathType and the String are equivalent