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

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

Uses of Definition in eu.monnetproject.lemon
 

Methods in eu.monnetproject.lemon that return Definition
 Definition LinguisticOntology.getDefinition(String name)
          Get a definition predicate by its name
 

Methods in eu.monnetproject.lemon that return types with arguments of type Definition
 Collection<Definition> LinguisticOntology.getDefinitions()
          Get the set of definition predicates listed in the linguistic ontology
 

Uses of Definition in eu.monnetproject.lemon.impl
 

Methods in eu.monnetproject.lemon.impl that return types with arguments of type Definition
 Map<Definition,Collection<SenseDefinition>> LexicalSenseImpl.getDefinitions()
           
 

Methods in eu.monnetproject.lemon.impl with parameters of type Definition
 boolean LexicalSenseImpl.addDefinition(Definition predicate, SenseDefinition definition)
           
 Collection<SenseDefinition> LexicalSenseImpl.getDefinition(Definition predicate)
           
 boolean LexicalSenseImpl.removeDefinition(Definition predicate, SenseDefinition definition)
           
 

Uses of Definition in eu.monnetproject.lemon.model
 

Fields in eu.monnetproject.lemon.model declared as Definition
static Definition Definition.definition
          The lemon super-property for definition predicates
 

Methods in eu.monnetproject.lemon.model that return types with arguments of type Definition
 Map<Definition,Collection<SenseDefinition>> LexicalSense.getDefinitions()
          Get the definitions of this sense
 

Methods in eu.monnetproject.lemon.model with parameters of type Definition
 boolean LexicalSense.addDefinition(Definition predicate, SenseDefinition definition)
          Add a definition to this sense
 Collection<SenseDefinition> LexicalSense.getDefinition(Definition predicate)
          Get the definitions of this sense for a particular predicate
 boolean LexicalSense.removeDefinition(Definition predicate, SenseDefinition definition)
          Remove a definition from this sense
 

Uses of Definition in net.lexinfo
 

Methods in net.lexinfo that return Definition
 Definition LexInfo.getDefinition(String name)
          Get a definition predicate by its name
 

Methods in net.lexinfo that return types with arguments of type Definition
 Collection<Definition> LexInfo.getDefinitions()
          Get the set of definition predicates listed in the linguistic ontology
 



Copyright © 2012. All Rights Reserved.