|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.didion.jwnl.data.VerbFrame
public final class VerbFrame
A VerbFrame is the frame of a sentence in which it is proper to use a given verb.
| Method Summary | |
|---|---|
String |
getFrame()
|
static String |
getFrame(int index)
Get frame at index index. |
static String[] |
getFrames(BitSet bits)
Get the frames at the indexes encoded in l. |
int |
getIndex()
|
static String |
getKeyString(int i)
|
static int[] |
getVerbFrameIndicies(BitSet bits)
Gets the verb frame indices for a synset. |
static int |
getVerbFramesSize()
|
int |
hashCode()
|
static void |
initialize()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static void initialize()
public static final String getKeyString(int i)
public static int getVerbFramesSize()
public static String getFrame(int index)
public static String[] getFrames(BitSet bits)
Words as a long. Each bit represents
the frame at its corresponding index. If the bit is set, that verb
frame is valid for the word.
public static int[] getVerbFrameIndicies(BitSet bits)
bits - the bit set
public String getFrame()
public int getIndex()
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||