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

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

Uses of LexicalSense in eu.monnetproject.lemon
 

Methods in eu.monnetproject.lemon that return LexicalSense
 LexicalSense LemonFactory.makeSense()
          Deprecated. Avoid blank nodes!
 LexicalSense LemonFactory.makeSense(URI uri)
          Create a new named sense
 

Methods in eu.monnetproject.lemon with parameters of type LexicalSense
static LexicalEntry LemonModels.getEntryBySense(LemonModel model, LexicalSense sense)
          Get the set of entries that refer to a given sense
 

Uses of LexicalSense in eu.monnetproject.lemon.impl
 

Classes in eu.monnetproject.lemon.impl that implement LexicalSense
 class LexicalSenseImpl
          Instantiated via LemonFactoryImpl
 

Methods in eu.monnetproject.lemon.impl that return LexicalSense
 LexicalSense LemonFactoryImpl.makeSense()
           
 LexicalSense LemonFactoryImpl.makeSense(URI uri)
           
 

Methods in eu.monnetproject.lemon.impl that return types with arguments of type LexicalSense
 Collection<LexicalSense> LexicalSenseImpl.getSenseRelation(SenseRelation senseRelation)
           
 Map<SenseRelation,Collection<LexicalSense>> LexicalSenseImpl.getSenseRelations()
           
 Collection<LexicalSense> LexicalEntryImpl.getSenses()
           
 Collection<LexicalSense> LexicalSenseImpl.getSubsenses()
           
 

Methods in eu.monnetproject.lemon.impl with parameters of type LexicalSense
 boolean LexicalEntryImpl.addSense(LexicalSense sense)
           
 boolean LexicalSenseImpl.addSenseRelation(SenseRelation senseRelation, LexicalSense senseRelationVal)
           
 boolean LexicalSenseImpl.addSubsense(LexicalSense sense)
           
 boolean LexicalEntryImpl.removeSense(LexicalSense sense)
           
 boolean LexicalSenseImpl.removeSenseRelation(SenseRelation senseRelation, LexicalSense senseRelationVal)
           
 boolean LexicalSenseImpl.removeSubsense(LexicalSense sense)
           
 

Uses of LexicalSense in eu.monnetproject.lemon.model
 

Methods in eu.monnetproject.lemon.model that return types with arguments of type LexicalSense
 Collection<LexicalSense> LexicalSense.getSenseRelation(SenseRelation senseRelation)
          Get the set of sense related by a particular predicate
 Map<SenseRelation,Collection<LexicalSense>> LexicalSense.getSenseRelations()
          Get the relations to other sense
 Collection<LexicalSense> LexicalEntry.getSenses()
          Get the senses of the entry
 Collection<LexicalSense> LexicalSense.getSubsenses()
          Get the atomic senses that compose this sense, if any
 

Methods in eu.monnetproject.lemon.model with parameters of type LexicalSense
 boolean LexicalEntry.addSense(LexicalSense sense)
          Add a sense to the entry
 boolean LexicalSense.addSenseRelation(SenseRelation senseRelation, LexicalSense senseRelationVal)
          Add a related sense
 boolean LexicalSense.addSubsense(LexicalSense sense)
          Add an atomic sense to the composition of this sense
 boolean LexicalEntry.removeSense(LexicalSense sense)
          Remove a sense to the entry
 boolean LexicalSense.removeSenseRelation(SenseRelation senseRelation, LexicalSense senseRelationVal)
          Remove a related sense
 boolean LexicalSense.removeSubsense(LexicalSense sense)
          Remove all atomic senses from the composition of this sense
 



Copyright © 2012. All Rights Reserved.