| java.lang.Object org.mandarax.kernel.LObject org.mandarax.kernel.Replacement
Replacement | public class Replacement extends LObject (Code) | | Replacement of terms.
author: Jens Dietrich version: 3.4 <7 March 05> since: 1.0 |
Method Summary | |
public boolean | equals(Object obj) Compares two objects. | public int | hashCode() Get the hashcode of the object. | public String | toString() Convert the object to a string. |
Replacement | public Replacement()(Code) | | Constructor.
|
Replacement | public Replacement(Term o, Term r)(Code) | | Constructor.
Parameters: o - the original term Parameters: r - the term replacing the original term |
equals | public boolean equals(Object obj)(Code) | | Compares two objects.
true if the objects are equal, false otherwise Parameters: obj - the object to compare |
hashCode | public int hashCode()(Code) | | Get the hashcode of the object.
the hash value of this object |
toString | public String toString()(Code) | | Convert the object to a string.
the string representation of this object |
|
|