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

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

Uses of Representation in eu.monnetproject.lemon
 

Methods in eu.monnetproject.lemon that return Representation
 Representation LinguisticOntology.getRepresentation(String name)
          Get a representation relation type by its name
 

Methods in eu.monnetproject.lemon that return types with arguments of type Representation
 Collection<Representation> LinguisticOntology.getRepresentation()
          Get the set of representation relation types listed in the linguistic ontology
 

Uses of Representation in eu.monnetproject.lemon.impl
 

Fields in eu.monnetproject.lemon.impl with type parameters of type Representation
 HashMap<Representation,Collection<Text>> FormImpl.reps
           
 

Methods in eu.monnetproject.lemon.impl that return types with arguments of type Representation
 Map<Representation,Collection<Text>> FormImpl.getRepresentations()
           
 

Methods in eu.monnetproject.lemon.impl with parameters of type Representation
 boolean FormImpl.addRepresentation(Representation representation, Text representationVal)
           
 Collection<Text> FormImpl.getRepresentation(Representation representation)
           
 boolean FormImpl.removeRepresentation(Representation representation, Text representationVal)
           
 

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

Methods in eu.monnetproject.lemon.liam.impl that return types with arguments of type Representation
 Map<Representation,Collection<Text>> VirtualForm.getRepresentations()
           
 

Methods in eu.monnetproject.lemon.liam.impl with parameters of type Representation
 boolean VirtualForm.addRepresentation(Representation r, Text text)
           
 Collection<Text> VirtualForm.getRepresentation(Representation r)
           
 boolean VirtualForm.removeRepresentation(Representation r, Text text)
           
 

Uses of Representation in eu.monnetproject.lemon.model
 

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

Methods in eu.monnetproject.lemon.model that return types with arguments of type Representation
 Map<Representation,Collection<Text>> LexicalForm.getRepresentations()
          Get the alternative representations of the form
 

Methods in eu.monnetproject.lemon.model with parameters of type Representation
 boolean LexicalForm.addRepresentation(Representation representation, Text representationVal)
          Add an alternative representation of the form
 Collection<Text> LexicalForm.getRepresentation(Representation representation)
          Get a particular set of representations of the form
 boolean LexicalForm.removeRepresentation(Representation representation, Text representationVal)
          Remove an alternative representation of the form
 

Uses of Representation in net.lexinfo
 

Methods in net.lexinfo that return Representation
 Representation LexInfo.getRepresentation(String name)
          Get a representation relation type by its name
 

Methods in net.lexinfo that return types with arguments of type Representation
 Collection<Representation> LexInfo.getRepresentation()
          Get the set of representation relation types listed in the linguistic ontology
 



Copyright © 2012. All Rights Reserved.