|
||||||||||
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 | |
---|---|
java.lang.String |
getFrame()
|
static java.lang.String |
getFrame(int index)
Get frame at index index. |
static java.lang.String[] |
getFrames(java.util.BitSet bits)
Get the frames at the indexes encoded in l. |
int |
getIndex()
|
static java.lang.String |
getKeyString(int i)
|
static int[] |
getVerbFrameIndicies(java.util.BitSet bits)
|
static int |
getVerbFramesSize()
|
int |
hashCode()
|
static void |
initialize()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static void initialize()
public static final java.lang.String getKeyString(int i)
public static int getVerbFramesSize()
public static java.lang.String getFrame(int index)
public static java.lang.String[] getFrames(java.util.BitSet bits)
Word
s 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(java.util.BitSet bits)
public java.lang.String getFrame()
public int getIndex()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |