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

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

Uses of Frame in eu.monnetproject.lemon
 

Methods in eu.monnetproject.lemon that return Frame
 Frame LemonFactory.makeFrame()
          Deprecated. Avoid blank nodes!
 Frame LemonFactory.makeFrame(URI uri)
          Create a new named frame
 

Uses of Frame in eu.monnetproject.lemon.impl
 

Classes in eu.monnetproject.lemon.impl that implement Frame
 class FrameImpl
          Instantiated via LemonFactoryImpl
 

Methods in eu.monnetproject.lemon.impl that return Frame
 Frame LemonFactoryImpl.makeFrame()
           
 Frame LemonFactoryImpl.makeFrame(URI uri)
           
 

Methods in eu.monnetproject.lemon.impl that return types with arguments of type Frame
 Collection<Frame> LexicalEntryImpl.getSynBehaviors()
           
 

Methods in eu.monnetproject.lemon.impl with parameters of type Frame
 boolean LexicalEntryImpl.addSynBehavior(Frame synBehavior)
           
 boolean LexicalEntryImpl.removeSynBehavior(Frame synBehavior)
           
 

Uses of Frame in eu.monnetproject.lemon.model
 

Methods in eu.monnetproject.lemon.model that return types with arguments of type Frame
 Collection<Frame> LexicalEntry.getSynBehaviors()
          Get the syntactic behaviors of the entry
 

Methods in eu.monnetproject.lemon.model with parameters of type Frame
 boolean LexicalEntry.addSynBehavior(Frame synBehavior)
          Add a syntactic behavior to the entry
 boolean LexicalEntry.removeSynBehavior(Frame synBehavior)
          Remove a syntactic behavior from the entry
 



Copyright © 2012. All Rights Reserved.