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

Packages that use PropertyValue
eu.monnetproject.lemon   
eu.monnetproject.lemon.impl   
eu.monnetproject.lemon.liam   
eu.monnetproject.lemon.liam.impl   
eu.monnetproject.lemon.model   
net.lexinfo   
 

Uses of PropertyValue in eu.monnetproject.lemon
 

Methods in eu.monnetproject.lemon that return PropertyValue
 PropertyValue LinguisticOntology.getPropertyValue(String name)
          Get a property value by its name
 

Methods in eu.monnetproject.lemon that return types with arguments of type PropertyValue
 Collection<PropertyValue> URIElement.getProperty(Property prop)
           
 Map<Property,Collection<PropertyValue>> LinguisticOntology.getPropertyMap(String... prop)
          Convenience method to get a property map
 Map<Property,Collection<PropertyValue>> URIElement.getPropertys()
           
 Collection<PropertyValue> LinguisticOntology.getValues(Property property)
          Get the set of property values listed in the linguistic ontology for a given property
 

Methods in eu.monnetproject.lemon with parameters of type PropertyValue
 boolean URIElement.addProperty(Property prop, PropertyValue propVal)
           
 boolean URIElement.removeProperty(Property prop, PropertyValue propVal)
           
 

Method parameters in eu.monnetproject.lemon with type arguments of type PropertyValue
static List<LexicalEntry> LemonModels.getEntriesByFormAndProps(LemonModel model, String form, String lang, Map<Property,PropertyValue> props)
          Get entries by their written representation and properties
static LexicalForm LemonModels.resolveForm(LexicalEntry entry, Map<Property,Collection<PropertyValue>> properties)
           
 

Uses of PropertyValue in eu.monnetproject.lemon.impl
 

Methods in eu.monnetproject.lemon.impl that return types with arguments of type PropertyValue
 Collection<PropertyValue> LemonElementImpl.getProperty(Property property)
           
 Map<Property,Collection<PropertyValue>> LemonElementImpl.getPropertys()
           
 

Methods in eu.monnetproject.lemon.impl with parameters of type PropertyValue
 boolean LemonElementImpl.addProperty(Property property, PropertyValue propertyVal)
           
 boolean LemonElementImpl.removeProperty(Property property, PropertyValue propertyVal)
           
 

Uses of PropertyValue in eu.monnetproject.lemon.liam
 

Method parameters in eu.monnetproject.lemon.liam with type arguments of type PropertyValue
 LexicalForm MorphologyEngine.generate(LexicalEntry entry, MorphPattern pattern, Map<Property,Collection<PropertyValue>> props)
           
 

Uses of PropertyValue in eu.monnetproject.lemon.liam.impl
 

Methods in eu.monnetproject.lemon.liam.impl that return types with arguments of type PropertyValue
 Collection<PropertyValue> VirtualForm.getProperty(Property prprt)
           
 Map<Property,Collection<PropertyValue>> VirtualForm.getPropertys()
           
 

Methods in eu.monnetproject.lemon.liam.impl with parameters of type PropertyValue
 boolean VirtualForm.addProperty(Property prprt, PropertyValue pv)
           
 boolean VirtualForm.removeProperty(Property prprt, PropertyValue pv)
           
 

Method parameters in eu.monnetproject.lemon.liam.impl with type arguments of type PropertyValue
 LexicalForm MorphologyEngineImpl.generate(LexicalEntry entry, MorphPattern mp, Map<Property,Collection<PropertyValue>> map)
           
 

Uses of PropertyValue in eu.monnetproject.lemon.model
 

Methods in eu.monnetproject.lemon.model that return types with arguments of type PropertyValue
 Collection<PropertyValue> LemonElement.getProperty(Property property)
          Get the set of values for a property
 Map<Property,Collection<PropertyValue>> LemonElement.getPropertys()
          Get any properties of this element
 

Methods in eu.monnetproject.lemon.model with parameters of type PropertyValue
 boolean LemonElement.addProperty(Property property, PropertyValue propertyVal)
          Add a property to this element
 boolean LemonElement.removeProperty(Property property, PropertyValue propertyVal)
          Remove a property from this element
 

Uses of PropertyValue in net.lexinfo
 

Methods in net.lexinfo that return PropertyValue
 PropertyValue LexInfo.getPropertyValue(String name)
          Get a property value by its name
 

Methods in net.lexinfo that return types with arguments of type PropertyValue
 Map<Property,Collection<PropertyValue>> LexInfo.getPropertyMap(String... strings)
           
 Collection<PropertyValue> LexInfo.getValues(Property property)
          Get the set of property values listed in the linguistic ontology for a given property
 



Copyright © 2012. All Rights Reserved.