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

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

Uses of PhraseTerminal in eu.monnetproject.lemon.impl
 

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

Methods in eu.monnetproject.lemon.impl that return PhraseTerminal
 PhraseTerminal NodeImpl.getLeaf()
           
 

Methods in eu.monnetproject.lemon.impl with parameters of type PhraseTerminal
 void NodeImpl.setLeaf(PhraseTerminal product)
           
 

Uses of PhraseTerminal in eu.monnetproject.lemon.model
 

Subinterfaces of PhraseTerminal in eu.monnetproject.lemon.model
 interface Argument
          An argument of a syntactic frame/semantic predicate
 interface Component
          An element of multi-word terms decomposition
 

Methods in eu.monnetproject.lemon.model that return PhraseTerminal
 PhraseTerminal Node.getLeaf()
          Get the leaf of the node.
 

Methods in eu.monnetproject.lemon.model with parameters of type PhraseTerminal
 void Node.setLeaf(PhraseTerminal product)
          Set the leaf of the node
 



Copyright © 2012. All Rights Reserved.