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

Packages that use Example
eu.monnetproject.lemon   
eu.monnetproject.lemon.impl   
eu.monnetproject.lemon.model   
 

Uses of Example in eu.monnetproject.lemon
 

Methods in eu.monnetproject.lemon that return Example
 Example LemonFactory.makeExample()
          Deprecated. Avoid blank nodes!
 Example LemonFactory.makeExample(URI uri)
          Create a new named example
 

Uses of Example in eu.monnetproject.lemon.impl
 

Classes in eu.monnetproject.lemon.impl that implement Example
 class ExampleImpl
          Instantiated via LemonFactoryImpl
 

Methods in eu.monnetproject.lemon.impl that return Example
 Example LemonFactoryImpl.makeExample()
           
 Example LemonFactoryImpl.makeExample(URI uri)
           
 

Methods in eu.monnetproject.lemon.impl that return types with arguments of type Example
 Collection<Example> LexicalSenseImpl.getExamples()
           
 

Methods in eu.monnetproject.lemon.impl with parameters of type Example
 boolean LexicalSenseImpl.addExample(Example example)
           
 boolean LexicalSenseImpl.removeExample(Example example)
           
 

Uses of Example in eu.monnetproject.lemon.model
 

Methods in eu.monnetproject.lemon.model that return types with arguments of type Example
 Collection<Example> LexicalSense.getExamples()
          Get examples of this sense
 

Methods in eu.monnetproject.lemon.model with parameters of type Example
 boolean LexicalSense.addExample(Example example)
          Add an example to this sense
 boolean LexicalSense.removeExample(Example example)
          Remove an example from this sense
 



Copyright © 2012. All Rights Reserved.