uvi
Class VN_FN_Map.MapPair

java.lang.Object
  extended by uvi.VN_FN_Map.MapPair
Enclosing class:
VN_FN_Map

static class VN_FN_Map.MapPair
extends Object

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

vn

String vn
The VerbNet verb (i.e. 'abandon').


fn

String fn
The FrameNet frame name (i.e. 'Departing').


beenUsed

boolean beenUsed
Whether or not this mapping has been utilized somewhere in the UVI.

Constructor Detail

VN_FN_Map.MapPair

VN_FN_Map.MapPair(String newVN,
                  String newFN)
Constructs a MapPair object with the specified information.

Parameters:
newVN - the VerbNet verb
newFN - the FrameNet frame