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

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

Uses of Condition in eu.monnetproject.lemon
 

Methods in eu.monnetproject.lemon that return Condition
 Condition LinguisticOntology.getCondition(String name)
          Get a condition predicate by its name
 

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

Uses of Condition in eu.monnetproject.lemon.impl
 

Methods in eu.monnetproject.lemon.impl that return types with arguments of type Condition
 Map<Condition,Collection<SenseCondition>> LexicalSenseImpl.getConditions()
           
 

Methods in eu.monnetproject.lemon.impl with parameters of type Condition
 boolean LexicalSenseImpl.addCondition(Condition predicate, SenseCondition condition)
           
 Collection<SenseCondition> LexicalSenseImpl.getCondition(Condition predicate)
           
 boolean LexicalSenseImpl.removeCondition(Condition predicate, SenseCondition condition)
           
 

Uses of Condition in eu.monnetproject.lemon.model
 

Fields in eu.monnetproject.lemon.model declared as Condition
static Condition Condition.condition
          The lemon super-property for condition predicates
static Condition Condition.propertyDomain
          Indicate a restriction on the domain of the property
static Condition Condition.propertyRange
          Indicates a restriction on the range of the property
 

Methods in eu.monnetproject.lemon.model that return types with arguments of type Condition
 Map<Condition,Collection<SenseCondition>> LexicalSense.getConditions()
          Get the conditions on this sense
 

Methods in eu.monnetproject.lemon.model with parameters of type Condition
 boolean LexicalSense.addCondition(Condition predicate, SenseCondition condition)
          Add a condition to this sense
 Collection<SenseCondition> LexicalSense.getCondition(Condition predicate)
          Get the set of conditions for a particular predicate on this sense
 boolean LexicalSense.removeCondition(Condition predicate, SenseCondition condition)
          Remove a condition from this sense
 

Uses of Condition in net.lexinfo
 

Methods in net.lexinfo that return Condition
 Condition LexInfo.getCondition(String name)
          Get a condition predicate by its name
 

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



Copyright © 2012. All Rights Reserved.