|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DictionaryTerm | |
---|---|
com.baseprogramming.lang |
Uses of DictionaryTerm in com.baseprogramming.lang |
---|
Methods in com.baseprogramming.lang that return DictionaryTerm | |
---|---|
static DictionaryTerm |
DictionaryTerm.createInstance(com.google.gson.JsonObject json)
Create instance from JSON object |
DictionaryTerm |
Translation.getEntry(java.lang.String name)
Get a translation entry (term) by name (e.g. |
DictionaryTerm |
Translation.getFirstTranslation()
Get the first translation |
DictionaryTerm |
Translation.getFourthTranslation()
Get the fourth translation |
DictionaryTerm |
Translation.getOriginalTerm()
get original term |
DictionaryTerm |
Translation.getSecondTranslation()
Get the second translation |
DictionaryTerm |
Translation.getThirdTranslation()
Get the third translation |
Methods in com.baseprogramming.lang with parameters of type DictionaryTerm | |
---|---|
void |
Translation.addTranslation(java.lang.String label,
DictionaryTerm term)
Add a translation entry for this term |
void |
Translation.setOriginalTerm(DictionaryTerm term)
Set the oridinal term |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |