|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IVerbFrame | |
---|---|
edu.mit.jwi | Provides the main dictionary interface and a default implementation. |
edu.mit.jwi.data.parse | Provides classes and interfaces that parse lines from Wordnet files. |
edu.mit.jwi.item | Provides classes and interfaces that represent the Wordnet data structures. |
Uses of IVerbFrame in edu.mit.jwi |
---|
Methods in edu.mit.jwi with parameters of type IVerbFrame | |
---|---|
void |
RAMDictionary.DictionaryData.WordBuilder.addVerbFrame(IVerbFrame frame)
|
Uses of IVerbFrame in edu.mit.jwi.data.parse |
---|
Methods in edu.mit.jwi.data.parse that return IVerbFrame | |
---|---|
protected IVerbFrame |
DataLineParser.resolveVerbFrame(int frameNum)
Retrieves the verb frames for the DataLineParser.parseLine(String) method. |
Uses of IVerbFrame in edu.mit.jwi.item |
---|
Classes in edu.mit.jwi.item that implement IVerbFrame | |
---|---|
class |
VerbFrame
Default, hard-coded, implementation of IVerbFrame that does not read
from the actual file. |
Methods in edu.mit.jwi.item that return types with arguments of type IVerbFrame | |
---|---|
java.util.List<IVerbFrame> |
Word.getVerbFrames()
|
java.util.List<IVerbFrame> |
IWord.getVerbFrames()
Returns an immutable list of all verb frames associated with this word. |
Methods in edu.mit.jwi.item with parameters of type IVerbFrame | |
---|---|
void |
Synset.IWordBuilder.addVerbFrame(IVerbFrame frame)
Adds the specified verb frame to this word. |
void |
Synset.WordBuilder.addVerbFrame(IVerbFrame frame)
|
Constructor parameters in edu.mit.jwi.item with type arguments of type IVerbFrame | |
---|---|
Word(ISynset synset,
int number,
java.lang.String lemma,
int lexID,
AdjMarker adjMarker,
java.util.List<IVerbFrame> frames,
java.util.Map<IPointer,? extends java.util.List<IWordID>> pointers)
Constructs a new word object. |
|
Word(ISynset synset,
IWordID id,
int lexID,
AdjMarker adjMarker,
java.util.List<IVerbFrame> frames,
java.util.Map<IPointer,? extends java.util.List<IWordID>> pointers)
Constructs a new word object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |