|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KanjiTag | |
---|---|
net.ajaest.data.dict | |
net.ajaest.data.kanji |
Uses of KanjiTag in net.ajaest.data.dict |
---|
Fields in net.ajaest.data.dict with type parameters of type KanjiTag | |
---|---|
private OrderedSequenceTree<KanjiStroke,KanjiTag> |
KanjiDatabaseManager.graphTree
|
private java.util.Set<KanjiTag> |
KanjiDict.previousSearch
|
Methods in net.ajaest.data.dict that return KanjiTag | |
---|---|
KanjiTag |
KanjiDict.getKanjiByUnicode(java.lang.Integer unicodeValue)
Returns the kanji specified by it's unicode value. |
Methods in net.ajaest.data.dict that return types with arguments of type KanjiTag | |
---|---|
java.util.Set<KanjiTag> |
KanjiDict.executeQuery(KanjiExpression ke)
Returns a set of kanji from database that matches all the conditions defined in the specified kanji expression. |
java.util.Set<KanjiTag> |
KanjiDatabaseManager.executeQuery(KanjiExpression query)
Executes a kanji expression representing a kanji query in order to retrieve the kanjis in database that fulfills the specified conditions. |
private java.util.Set<KanjiTag> |
KanjiDatabaseManager.executeQuery(java.util.List<org.neodatis.odb.core.query.criteria.And> aboutKanji,
java.util.List<org.neodatis.odb.core.query.criteria.And> aboutDicReference,
java.util.List<org.neodatis.odb.core.query.criteria.And> aboutReadings,
java.util.List<org.neodatis.odb.core.query.criteria.And> aboutMeaning,
java.util.List<org.neodatis.odb.core.query.criteria.And> aboutVariant,
java.util.List<java.util.List<KanjiGraph>> aboutGraph,
java.util.List<java.util.List<KanjiExpression>> aboutQueryIntoQuery)
|
java.util.Set<KanjiTag> |
KanjiDict.executeQueryFromPrevious(KanjiExpression ke)
Returns a set of kanji from the previous query that matches all the conditions defined in the specified kanji expression. |
java.util.Set<KanjiTag> |
KanjiDict.getPreviousSearch()
|
OrderedSequenceTree<KanjiStroke,KanjiTag> |
KanjiDatabaseManager.getStrokeTree()
Returns the current kanji database stroke order sequence tree. |
Uses of KanjiTag in net.ajaest.data.kanji |
---|
Subclasses of KanjiTag in net.ajaest.data.kanji | |
---|---|
class |
Kanji
Mutable class that stores some different informations about a kanji |
Methods in net.ajaest.data.kanji that return KanjiTag | |
---|---|
KanjiTag |
KanjiTag.toRomaji()
Returns a copy of the current kanji in which all kana kanji in readings has been translated into romaji. |
Methods in net.ajaest.data.kanji with parameters of type KanjiTag | |
---|---|
int |
KanjiTag.compareTo(KanjiTag o)
Compares this kanji and another kanji by their's unicode value |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |