Uses of Interface
gov.llnl.ontology.wordnet.Lemma

Packages that use Lemma
gov.llnl.ontology.wordnet   
 

Uses of Lemma in gov.llnl.ontology.wordnet
 

Classes in gov.llnl.ontology.wordnet that implement Lemma
 class BaseLemma
          A base implementation of a Lemma.
 

Methods in gov.llnl.ontology.wordnet that return types with arguments of type Lemma
 List<Lemma> Synset.getLemmas()
          Returns the list of Lemmas that correspond to this Synset.
 List<Lemma> BaseSynset.getLemmas()
          Returns the list of Lemmas that correspond to this Synset.
 

Methods in gov.llnl.ontology.wordnet with parameters of type Lemma
 void Synset.addLemma(Lemma lemma)
          Adds a Lemma to this Synset.
 void BaseSynset.addLemma(Lemma lemma)
          Adds a Lemma to this Synset.
 



Copyright © 2010-2011. All Rights Reserved.