Uses of Interface
net.ajaest.jdk.data.auxi.KanjiReference

Packages that use KanjiReference
net.ajaest.jdk.data.auxi contains specific JavaDiKt's auxiliary classes for data API 
net.ajaest.jdk.data.dict contains specific JavaDiKt's database management classes. 
net.ajaest.jdk.data.kanji contains specific JavaDiKt's auxiliary classes for kanji type API 
net.ajaest.jdk.tools.test.data.dict contains specific JavaDiKt's net.ajaest.jdk.data.dict test cases 
 

Uses of KanjiReference in net.ajaest.jdk.data.auxi
 

Classes in net.ajaest.jdk.data.auxi that implement KanjiReference
 class KanjiStringListEntry
          Generic immutable class that stores a list of String associated to a String key in order to reference some of the kanji properties.
 class KanjiStringPair
          Generic immutable class that stores two strings in order to reference some of the kanji properties.
 class KanjiStroke
          Generic inmutable class that represents a kanji stroke.
 class KanjiStrokeClue
          Immutable class that stores a spatial relation between two strokes of a kanji.
 

Uses of KanjiReference in net.ajaest.jdk.data.dict
 

Method parameters in net.ajaest.jdk.data.dict with type arguments of type KanjiReference
private  java.util.Set<KanjiTag> NeodatisKanjiDatabaseManager.getKanjis(java.util.Set<KanjiReference> kr)
          Deprecated.  
 

Uses of KanjiReference in net.ajaest.jdk.data.kanji
 

Classes in net.ajaest.jdk.data.kanji that implement KanjiReference
 class DicReferencePair
          Immutable representation of a kanji dictionary entry information.
 class JISPair
          Representation of a JIS code.
 class Kanji
          Mutable class that stores some different informations about a kanji
 class KanjiGraph
          Class that represents the graph info of a kanji.
 class KanjiQueryCodes
          Class that stores a set kanji description codes useful to find a refered kanji.
 class KanjiTag
          Immutable class that stores some different informations about a kanji
 class MeaningEntry
          Generic immutable class that stores a list of String representing meanings of the refered kanji in the language represented by the String key in ISO 639-1.
 class ReadingEntry
          Generic immutable class that stores a list of String representing readings of the refered kanji category represented by the String key.
 class VariantPair
          Immutable representation of a kanji variant reference.
 

Uses of KanjiReference in net.ajaest.jdk.tools.test.data.dict
 

Methods in net.ajaest.jdk.tools.test.data.dict that return types with arguments of type KanjiReference
private  java.util.List<KanjiReference> testKanjiDict.getReferencesFromIntegers(java.util.List<java.lang.Integer> ref)
           
 

Method parameters in net.ajaest.jdk.tools.test.data.dict with type arguments of type KanjiReference
private  java.util.List<KanjiTag> testKanjiDict.getKanjis(java.util.List<KanjiReference> kr)