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

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

Uses of LemonPredicate in eu.monnetproject.lemon.impl
 

Methods in eu.monnetproject.lemon.impl with type parameters of type LemonPredicate
protected
<Pred extends LemonPredicate>
Map<Pred,Collection<LemonElement>>
LemonElementImpl.getPredElems(Class<Pred> clazz)
           
 

Methods in eu.monnetproject.lemon.impl with parameters of type LemonPredicate
protected  boolean LemonElementImpl.addPredElem(LemonPredicate p, LemonElement e)
           
protected  boolean LemonElementImpl.addPredElemDirect(LemonPredicate p, LemonElement e)
           
protected  boolean FormImpl.follow(LemonPredicate predicate)
           
protected  boolean LexicalSenseImpl.follow(LemonPredicate predicate)
           
protected  boolean LemonElementImpl.follow(LemonPredicate predicate)
           
protected  boolean LexicalEntryImpl.follow(LemonPredicate predicate)
           
protected  Collection<LemonElement> LemonElementImpl.getPredElem(LemonPredicate p)
           
protected  boolean LemonElementImpl.removePredElem(LemonPredicate p, LemonElement e)
           
protected  void LemonElementImpl.updateAddPredElem(LemonElement e, LemonPredicate p)
           
 

Uses of LemonPredicate in eu.monnetproject.lemon.model
 

Subinterfaces of LemonPredicate in eu.monnetproject.lemon.model
 interface Condition
          A predicate used to describe a condition
 interface Definition
          A predicate used to give definitions
 interface Edge
          An edge or arc in a phrase structure tree
 interface FormVariant
          The predicate for a variant of a form
 interface LexicalVariant
          Predicate for variants between lexical entries
 interface Property
          A property of a lemon element
 interface Representation
          The predicate for a representation of a form
 interface SenseRelation
          A predicate used to relate senses
 interface SynArg
          A predicate indicating the syntactic role of an argument
 



Copyright © 2012. All Rights Reserved.