public class AntiNormRecord
extends java.lang.Object
History:
| Constructor and Description |
|---|
AntiNormRecord()
Default constructor for creating an inflection record.
|
| Modifier and Type | Method and Description |
|---|---|
int |
GetCategory()
Get the category from the current antiNorm record.
|
java.lang.String |
GetEui()
Get the EUI from the current antiNorm record.
|
java.lang.String |
GetInflectedTerm()
Get the inflected term from the current antiNorm record.
|
long |
GetInflection()
Get the inflection from the current antiNorm record.
|
java.lang.String |
GetNormalizedTerm()
Get the normalized term from the current antiNorm record.
|
void |
PrintRecord()
Print out the current inflection record in a string format to system
output.
|
void |
SetCategory(int value)
Set the category to the current antiNorm record.
|
void |
SetEui(java.lang.String value)
Set the EUI to the current antiNorm record.
|
void |
SetInflectedTerm(java.lang.String value)
Set the inflected term to the current antiNorm record.
|
void |
SetInflection(long value)
Set the inflection to the current antiNorm record.
|
void |
SetNormalizedTerm(java.lang.String value)
Set the normalized term to the current antiNorm record.
|
public AntiNormRecord()
public void SetNormalizedTerm(java.lang.String value)
value - string value of an normalized termpublic void SetInflectedTerm(java.lang.String value)
value - string value of an inflected termpublic void SetEui(java.lang.String value)
value - string value of an EUI (unique ID of antiNorm record)public void SetCategory(int value)
value - category in an integer format of an antiNorm recordpublic void SetInflection(long value)
value - inflection in a long integer format of an antiNorm recordpublic java.lang.String GetNormalizedTerm()
public java.lang.String GetInflectedTerm()
public java.lang.String GetEui()
public int GetCategory()
public long GetInflection()
public void PrintRecord()