Uses of Class
pl.wroc.pwr.ci.plwordnet.database.dto.LexicalUnitDTO

Packages that use LexicalUnitDTO
pl.wroc.pwr.ci.plwordnet   
pl.wroc.pwr.ci.plwordnet.database.dao   
 

Uses of LexicalUnitDTO in pl.wroc.pwr.ci.plwordnet
 

Methods in pl.wroc.pwr.ci.plwordnet that return types with arguments of type LexicalUnitDTO
 java.util.Collection<LexicalUnitDTO> Main.getUnits(java.lang.String lemma)
           
 

Methods in pl.wroc.pwr.ci.plwordnet with parameters of type LexicalUnitDTO
 java.util.Collection<SynsetDTO> Main.getSynsets(LexicalUnitDTO unit)
           
 

Uses of LexicalUnitDTO in pl.wroc.pwr.ci.plwordnet.database.dao
 

Methods in pl.wroc.pwr.ci.plwordnet.database.dao that return types with arguments of type LexicalUnitDTO
static java.util.Collection<LexicalUnitDTO> SynsetDAO.dbFastGetUnits(SynsetDTO synset)