Uses of Class
com.baseprogramming.lang.TranslationPacket

Packages that use TranslationPacket
com.baseprogramming.lang   
 

Uses of TranslationPacket in com.baseprogramming.lang
 

Methods in com.baseprogramming.lang that return TranslationPacket
static TranslationPacket TranslationPacket.createInstance(java.lang.String name, com.google.gson.JsonObject json)
          Create a TranslationPacket instnace from this JsonObject.
 

Methods in com.baseprogramming.lang that return types with arguments of type TranslationPacket
 java.util.List<TranslationPacket> WordReference.getTermPackets()