public class CanonRecord
extends java.lang.Object
History:
| Constructor and Description |
|---|
CanonRecord()
Default constructor for creating a canon record.
|
CanonRecord(java.lang.String term)
Creates a canon record, using a term as uninflected and canonicalized
terms.
|
| Modifier and Type | Method and Description |
|---|---|
int |
GetCanonicalId()
Get the integer value of canonical number (ID) of current canon record.
|
java.lang.String |
GetCanonicalizedTerm()
Get the string value of canonicalized term from current canon record.
|
java.lang.String |
GetUninflectedTerm()
Get the string value of uninflected term from current canon record.
|
void |
SetCanonicalId(int value)
Set the ID ofcanonicalezed term to current canon record.
|
void |
SetCanonicalizedTerm(java.lang.String value)
Set the string value of canonicalized term to current canon record.
|
void |
SetUnInflectedTerm(java.lang.String value)
Set the string value of the uninflected term to current canon record.
|
public CanonRecord()
public CanonRecord(java.lang.String term)
term - input string for canon recordpublic void SetUnInflectedTerm(java.lang.String value)
value - string value of an uninflected termpublic void SetCanonicalizedTerm(java.lang.String value)
value - string value of a canonicalized termpublic void SetCanonicalId(int value)
value - string value of a type, Acronym or abbreviationpublic java.lang.String GetUninflectedTerm()
public java.lang.String GetCanonicalizedTerm()
public int GetCanonicalId()