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

Packages that use Component
eu.monnetproject.lemon   
eu.monnetproject.lemon.impl   
eu.monnetproject.lemon.impl.io   
eu.monnetproject.lemon.model   
 

Uses of Component in eu.monnetproject.lemon
 

Methods in eu.monnetproject.lemon that return Component
 Component LemonFactory.makeComponent()
          Deprecated. Avoid blank nodes!
 Component LemonFactory.makeComponent(URI uri)
          Create a new named component
 

Uses of Component in eu.monnetproject.lemon.impl
 

Classes in eu.monnetproject.lemon.impl that implement Component
 class ComponentImpl
          Instantiated via LemonFactoryImpl
 

Methods in eu.monnetproject.lemon.impl that return Component
 Component LexicalEntryImpl.getHead()
           
 Component LemonFactoryImpl.makeComponent()
           
 Component LemonFactoryImpl.makeComponent(URI uri)
           
 

Methods in eu.monnetproject.lemon.impl that return types with arguments of type Component
 Collection<List<Component>> FrameImpl.getDecompositions()
           
 Collection<List<Component>> LexicalEntryImpl.getDecompositions()
           
 

Methods in eu.monnetproject.lemon.impl with parameters of type Component
 void LexicalEntryImpl.setHead(Component cmpnt)
           
 

Method parameters in eu.monnetproject.lemon.impl with type arguments of type Component
 void FrameImpl.addDecomposition(List<Component> comps)
           
 void LexicalEntryImpl.addDecomposition(List<Component> comps)
           
 boolean FrameImpl.removeDecomposition(List<Component> comps)
           
 boolean LexicalEntryImpl.removeDecomposition(List<Component> comps)
           
 

Uses of Component in eu.monnetproject.lemon.impl.io
 

Methods in eu.monnetproject.lemon.impl.io that return Component
 Component ListAccepter.get(int i)
           
 Component ListAccepter.remove(int i)
           
 Component ListAccepter.set(int i, Component e)
           
 

Methods in eu.monnetproject.lemon.impl.io that return types with arguments of type Component
 Iterator<Component> ListAccepter.iterator()
           
 

Methods in eu.monnetproject.lemon.impl.io with parameters of type Component
 void ListAccepter.add(int i, Component e)
           
 Component ListAccepter.set(int i, Component e)
           
 

Constructors in eu.monnetproject.lemon.impl.io with parameters of type Component
ListAccepter(Component value, ListAccepter next, Object head)
           
 

Uses of Component in eu.monnetproject.lemon.model
 

Methods in eu.monnetproject.lemon.model that return Component
 Component LexicalEntry.getHead()
          Get the head component
 

Methods in eu.monnetproject.lemon.model that return types with arguments of type Component
 Collection<List<Component>> LexicalEntry.getDecompositions()
          Get the decompositions of this entry
 Collection<List<Component>> Frame.getDecompositions()
          Get the decompositions of this entry
 

Methods in eu.monnetproject.lemon.model with parameters of type Component
 void LexicalEntry.setHead(Component component)
          Set the head component
 

Method parameters in eu.monnetproject.lemon.model with type arguments of type Component
 void LexicalEntry.addDecomposition(List<Component> comps)
          Add a decomposition
 void Frame.addDecomposition(List<Component> comps)
          Add a decomposition
 boolean LexicalEntry.removeDecomposition(List<Component> comps)
          Remove a decomposition
 boolean Frame.removeDecomposition(List<Component> comps)
          Remove a decomposition
 



Copyright © 2012. All Rights Reserved.