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

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

Uses of Property in eu.monnetproject.lemon
 

Methods in eu.monnetproject.lemon that return Property
 Property LinguisticOntology.getProperty(String name)
          Get a property reference by its name
 

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

Methods in eu.monnetproject.lemon with parameters of type Property
 boolean URIElement.addProperty(Property prop, PropertyValue propVal)
           
 Collection<PropertyValue> URIElement.getProperty(Property prop)
           
 Collection<PropertyValue> LinguisticOntology.getValues(Property property)
          Get the set of property values listed in the linguistic ontology for a given property
 boolean URIElement.removeProperty(Property prop, PropertyValue propVal)
           
 

Method parameters in eu.monnetproject.lemon with type arguments of type Property
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 Property in eu.monnetproject.lemon.impl
 

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

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

Uses of Property in eu.monnetproject.lemon.liam
 

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

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

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

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

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

Uses of Property in eu.monnetproject.lemon.model
 

Fields in eu.monnetproject.lemon.model declared as Property
static Property Property.property
          The lemon super-property of all properties
 

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

Methods in eu.monnetproject.lemon.model with parameters of type Property
 boolean LemonElement.addProperty(Property property, PropertyValue propertyVal)
          Add a property to this element
 Collection<PropertyValue> LemonElement.getProperty(Property property)
          Get the set of values for a property
 boolean LemonElement.removeProperty(Property property, PropertyValue propertyVal)
          Remove a property from this element
 

Uses of Property in net.lexinfo
 

Methods in net.lexinfo that return Property
 Property LexInfo.getProperty(String name)
          Get a property reference by its name
 

Methods in net.lexinfo that return types with arguments of type Property
 Collection<Property> LexInfo.getProperties()
          Get the set of properties listed in the linguistics ontology
 Map<Property,Collection<PropertyValue>> LexInfo.getPropertyMap(String... strings)
           
 

Methods in net.lexinfo with parameters of type Property
 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.