ca.uottawa.balie
Class DisambiguationRulesKey
java.lang.Object
ca.uottawa.balie.DisambiguationRulesKey
- All Implemented Interfaces:
- java.io.Serializable
public class DisambiguationRulesKey
- extends java.lang.Object
- implements java.io.Serializable
A key is made of two NE types
- Author:
- nadeaud
- See Also:
- Serialized Form
Constructor Summary |
DisambiguationRulesKey(java.lang.String pi_Type1,
java.lang.String pi_Type2)
Define the key |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
DisambiguationRulesKey
public DisambiguationRulesKey(java.lang.String pi_Type1,
java.lang.String pi_Type2)
- Define the key
- Parameters:
pi_Type1
- pi_Type2
-
equals
public boolean equals(java.lang.Object pi_Obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object