|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.extjwnl.data.VerbFrame
public 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)
Returns frame at index index. |
static String[] |
getFrames(BitSet bits)
Returns the frames at the indexes encoded in l. |
int |
getIndex()
|
static String |
getKeyString(int i)
|
static int[] |
getVerbFrameIndices(BitSet bits)
Returns the verb frame indices for a synset. |
static int |
getVerbFramesSize()
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static String getKeyString(int i)
public static int getVerbFramesSize()
public static String getFrame(int index)
index
- index
public static String[] getFrames(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.
bits
- frame flags
public static int[] getVerbFrameIndices(BitSet bits)
bits
- the bit set
public String getFrame()
public int getIndex()
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |