Uses of Class
eu.monnetproject.lemon.model.Text

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

Uses of Text in eu.monnetproject.lemon
 

Methods in eu.monnetproject.lemon that return types with arguments of type Text
 Collection<Text> LinguisticOntology.getExamples(URI frameClass)
          Get any examples of a frame
 

Uses of Text in eu.monnetproject.lemon.impl
 

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

Methods in eu.monnetproject.lemon.impl that return Text
 Text NodeImpl.getSeparator()
           
protected  Text LemonElementImpl.getStrText(String name)
           
 Text ExampleImpl.getValue()
           
 Text ContextImpl.getValue()
           
 Text DefinitionImpl.getValue()
           
 Text FormImpl.getWrittenRep()
           
 

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

Methods in eu.monnetproject.lemon.impl with parameters of type Text
 boolean FormImpl.addRepresentation(Representation representation, Text representationVal)
           
 boolean FormImpl.removeRepresentation(Representation representation, Text representationVal)
           
 void NodeImpl.setSeparator(Text separator)
           
protected  void LemonElementImpl.setStrText(String name, Text txt)
           
protected  void LemonElementImpl.setStrTextDirect(String name, Text txt)
           
 void ExampleImpl.setValue(Text value)
           
 void ContextImpl.setValue(Text value)
           
 void DefinitionImpl.setValue(Text value)
           
 void FormImpl.setWrittenRep(Text writtenRep)
           
 

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

Methods in eu.monnetproject.lemon.liam.impl that return Text
 Text VirtualForm.getWrittenRep()
           
 

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

Methods in eu.monnetproject.lemon.liam.impl with parameters of type Text
 boolean VirtualForm.addRepresentation(Representation r, Text text)
           
 boolean VirtualForm.removeRepresentation(Representation r, Text text)
           
 void VirtualForm.setWrittenRep(Text text)
           
 

Uses of Text in eu.monnetproject.lemon.model
 

Methods in eu.monnetproject.lemon.model that return Text
 Text Node.getSeparator()
          Get the separator value between the subnodes.
 Text SenseDefinition.getValue()
          Get the value of the definition
 Text SenseContext.getValue()
          Get the text value of this context
 Text Example.getValue()
          Get the value of the example
 Text LexicalForm.getWrittenRep()
          Get the primary written representation of the form
 

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

Methods in eu.monnetproject.lemon.model with parameters of type Text
 boolean LexicalForm.addRepresentation(Representation representation, Text representationVal)
          Add an alternative representation of the form
 boolean LexicalForm.removeRepresentation(Representation representation, Text representationVal)
          Remove an alternative representation of the form
 void Node.setSeparator(Text separator)
          Set the separator value between the subnodes
 void SenseDefinition.setValue(Text value)
          Set the value of the definition
 void SenseContext.setValue(Text value)
          Set the text value of this context
 void Example.setValue(Text value)
          Set the value of the example
 void LexicalForm.setWrittenRep(Text writtenRep)
          Set the primary written representation of the form
 

Uses of Text in net.lexinfo
 

Methods in net.lexinfo that return types with arguments of type Text
 Collection<Text> LexInfo.getExamples(URI frameClass)
           
 



Copyright © 2012. All Rights Reserved.