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

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

Uses of Constituent in eu.monnetproject.lemon.impl
 

Classes in eu.monnetproject.lemon.impl that implement Constituent
 class ConstituentImpl
          Instantiated via LemonFactoryImpl
 

Methods in eu.monnetproject.lemon.impl that return Constituent
 Constituent NodeImpl.getConstituent()
           
 

Methods in eu.monnetproject.lemon.impl with parameters of type Constituent
 void NodeImpl.setConstituent(Constituent constituent)
           
 

Uses of Constituent in eu.monnetproject.lemon.model
 

Methods in eu.monnetproject.lemon.model that return Constituent
 Constituent Node.getConstituent()
          Get the constituent of the node, that is the phrase trype
 

Methods in eu.monnetproject.lemon.model with parameters of type Constituent
 void Node.setConstituent(Constituent constituent)
          Set the constituent of the node
 



Copyright © 2012. All Rights Reserved.