public class CatInfl
extends java.lang.Object
History:
| Constructor and Description |
|---|
CatInfl(long cat,
long infl) |
| Modifier and Type | Method and Description |
|---|---|
static CatInfl |
ConvertToBase(CatInfl in)
Convert inflection of positive in adj and adv, singular in noun,
infinitive in verb to base.
|
long |
GetCategory()
Get a long integer for the categories.
|
java.lang.String |
GetCategoryStr()
Get the string format of categories.
|
long |
GetInflection()
Get a long integer for the inflections.
|
java.lang.String |
GetInflectionStr()
Get the string format of inflections.
|
static boolean |
IsRelated(long cat,
long infl)
Check if a category and a inflection are (legally) related
|
public long GetCategory()
public long GetInflection()
public java.lang.String GetCategoryStr()
public java.lang.String GetInflectionStr()
public static CatInfl ConvertToBase(CatInfl in)
in - the inflection and category object to be convertedpublic static boolean IsRelated(long cat,
long infl)
cat - the value of categoryinfl - the value of inflection