|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectuvi.VN_FN_Map.MapPair
static class VN_FN_Map.MapPair
Represents a single mapping between a VerbNet verb and a FrameNet frame.
| Field Summary | |
|---|---|
(package private) boolean |
beenUsed
Whether or not this mapping has been utilized somewhere in the UVI. |
(package private) String |
fn
The FrameNet frame name (i.e. 'Departing'). |
(package private) String |
vn
The VerbNet verb (i.e. 'abandon'). |
| Constructor Summary | |
|---|---|
VN_FN_Map.MapPair(String newVN,
String newFN)
Constructs a MapPair object with the specified information. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
String vn
String fn
boolean beenUsed
| Constructor Detail |
|---|
VN_FN_Map.MapPair(String newVN,
String newFN)
newVN - the VerbNet verbnewFN - the FrameNet frame
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||