Uses of Interface
eu.monnetproject.lemon.model.LexicalTopic

Packages that use LexicalTopic
eu.monnetproject.lemon.impl   
eu.monnetproject.lemon.model   
 

Uses of LexicalTopic in eu.monnetproject.lemon.impl
 

Classes in eu.monnetproject.lemon.impl that implement LexicalTopic
 class TopicImpl
          Instantiated via LemonFactoryImpl
 

Methods in eu.monnetproject.lemon.impl that return types with arguments of type LexicalTopic
 Collection<LexicalTopic> LexiconImpl.getTopics()
           
 Collection<LexicalTopic> LexicalEntryImpl.getTopics()
           
 

Methods in eu.monnetproject.lemon.impl with parameters of type LexicalTopic
 boolean LexiconImpl.addTopic(LexicalTopic topic)
           
 boolean LexicalEntryImpl.addTopic(LexicalTopic topic)
           
 boolean LexiconImpl.removeTopic(LexicalTopic topic)
           
 boolean LexicalEntryImpl.removeTopic(LexicalTopic topic)
           
 

Uses of LexicalTopic in eu.monnetproject.lemon.model
 

Methods in eu.monnetproject.lemon.model that return types with arguments of type LexicalTopic
 Collection<LexicalTopic> Lexicon.getTopics()
          Get the topics of the lexicon
 Collection<LexicalTopic> LexicalEntry.getTopics()
          Get the topics of the entry
 

Methods in eu.monnetproject.lemon.model with parameters of type LexicalTopic
 boolean Lexicon.addTopic(LexicalTopic topic)
          Add a topic to the lexicon
 boolean LexicalEntry.addTopic(LexicalTopic topic)
          Add a topic to the entry
 boolean Lexicon.removeTopic(LexicalTopic topic)
          Remove a topic from the lexicon
 boolean LexicalEntry.removeTopic(LexicalTopic topic)
          Remove a topic from the entry
 



Copyright © 2012. All Rights Reserved.