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

Packages that use SenseRelation
eu.monnetproject.lemon   
eu.monnetproject.lemon.impl   
eu.monnetproject.lemon.model   
net.lexinfo   
 

Uses of SenseRelation in eu.monnetproject.lemon
 

Methods in eu.monnetproject.lemon that return SenseRelation
 SenseRelation LinguisticOntology.getSenseRelation(String name)
          Get a sense relation type by its name
 

Methods in eu.monnetproject.lemon that return types with arguments of type SenseRelation
 Collection<SenseRelation> LinguisticOntology.getSenseRelation()
          Get the set of sense relation types listed in the linguistic ontology
 

Uses of SenseRelation in eu.monnetproject.lemon.impl
 

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

Methods in eu.monnetproject.lemon.impl with parameters of type SenseRelation
 boolean LexicalSenseImpl.addSenseRelation(SenseRelation senseRelation, LexicalSense senseRelationVal)
           
 Collection<LexicalSense> LexicalSenseImpl.getSenseRelation(SenseRelation senseRelation)
           
 boolean LexicalSenseImpl.removeSenseRelation(SenseRelation senseRelation, LexicalSense senseRelationVal)
           
 

Uses of SenseRelation in eu.monnetproject.lemon.model
 

Fields in eu.monnetproject.lemon.model declared as SenseRelation
static SenseRelation SenseRelation.broader
          Indicates that the target sense is broader
static SenseRelation SenseRelation.equivalent
          Indicates equivalence between the senses
static SenseRelation SenseRelation.incompatible
          Indicates incompatibility (disjointness) between the senses
static SenseRelation SenseRelation.narrower
          Indicates that the target sense is narrower
static SenseRelation SenseRelation.senseRelation
          The lemon super-property of all relations
 

Methods in eu.monnetproject.lemon.model that return types with arguments of type SenseRelation
 Map<SenseRelation,Collection<LexicalSense>> LexicalSense.getSenseRelations()
          Get the relations to other sense
 

Methods in eu.monnetproject.lemon.model with parameters of type SenseRelation
 boolean LexicalSense.addSenseRelation(SenseRelation senseRelation, LexicalSense senseRelationVal)
          Add a related sense
 Collection<LexicalSense> LexicalSense.getSenseRelation(SenseRelation senseRelation)
          Get the set of sense related by a particular predicate
 boolean LexicalSense.removeSenseRelation(SenseRelation senseRelation, LexicalSense senseRelationVal)
          Remove a related sense
 

Uses of SenseRelation in net.lexinfo
 

Methods in net.lexinfo that return SenseRelation
 SenseRelation LexInfo.getSenseRelation(String name)
          Get a sense relation type by its name
 

Methods in net.lexinfo that return types with arguments of type SenseRelation
 Collection<SenseRelation> LexInfo.getSenseRelation()
          Get the set of sense relation types listed in the linguistic ontology
 



Copyright © 2012. All Rights Reserved.