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

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

Uses of SenseContext in eu.monnetproject.lemon
 

Methods in eu.monnetproject.lemon that return SenseContext
 SenseContext LinguisticOntology.getContext(String name)
          Get a context predicate by its name
 

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

Uses of SenseContext in eu.monnetproject.lemon.impl
 

Classes in eu.monnetproject.lemon.impl that implement SenseContext
 class ContextImpl
          Instantiated via LemonFactoryImpl
 

Methods in eu.monnetproject.lemon.impl that return types with arguments of type SenseContext
 Collection<SenseContext> LexicalSenseImpl.getContexts()
           
 

Methods in eu.monnetproject.lemon.impl with parameters of type SenseContext
 boolean LexicalSenseImpl.addContext(SenseContext context)
           
 boolean LexicalSenseImpl.removeContext(SenseContext context)
           
 

Uses of SenseContext in eu.monnetproject.lemon.model
 

Methods in eu.monnetproject.lemon.model that return types with arguments of type SenseContext
 Collection<SenseContext> LexicalSense.getContexts()
          Get the contexts of the lexical sense
 

Methods in eu.monnetproject.lemon.model with parameters of type SenseContext
 boolean LexicalSense.addContext(SenseContext context)
          Add a context to the sense
 boolean LexicalSense.removeContext(SenseContext context)
          Remove a context from the sense
 

Uses of SenseContext in net.lexinfo
 

Methods in net.lexinfo that return SenseContext
 SenseContext LexInfo.getContext(String name)
          Get a context predicate by its name
 

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



Copyright © 2012. All Rights Reserved.