Uses of Class
edu.mit.jwi.item.VerbFrame

Packages that use VerbFrame
edu.mit.jwi.item Provides classes and interfaces that represent the Wordnet data structures. 
 

Uses of VerbFrame in edu.mit.jwi.item
 

Fields in edu.mit.jwi.item declared as VerbFrame
static VerbFrame VerbFrame.NUM_01
           
static VerbFrame VerbFrame.NUM_02
           
static VerbFrame VerbFrame.NUM_03
           
static VerbFrame VerbFrame.NUM_04
           
static VerbFrame VerbFrame.NUM_05
           
static VerbFrame VerbFrame.NUM_06
           
static VerbFrame VerbFrame.NUM_07
           
static VerbFrame VerbFrame.NUM_08
           
static VerbFrame VerbFrame.NUM_09
           
static VerbFrame VerbFrame.NUM_10
           
static VerbFrame VerbFrame.NUM_11
           
static VerbFrame VerbFrame.NUM_12
           
static VerbFrame VerbFrame.NUM_13
           
static VerbFrame VerbFrame.NUM_14
           
static VerbFrame VerbFrame.NUM_15
           
static VerbFrame VerbFrame.NUM_16
           
static VerbFrame VerbFrame.NUM_17
           
static VerbFrame VerbFrame.NUM_18
           
static VerbFrame VerbFrame.NUM_19
           
static VerbFrame VerbFrame.NUM_20
           
static VerbFrame VerbFrame.NUM_21
           
static VerbFrame VerbFrame.NUM_22
           
static VerbFrame VerbFrame.NUM_23
           
static VerbFrame VerbFrame.NUM_24
           
static VerbFrame VerbFrame.NUM_25
           
static VerbFrame VerbFrame.NUM_26
           
static VerbFrame VerbFrame.NUM_27
           
static VerbFrame VerbFrame.NUM_28
           
static VerbFrame VerbFrame.NUM_29
           
static VerbFrame VerbFrame.NUM_30
           
static VerbFrame VerbFrame.NUM_31
           
static VerbFrame VerbFrame.NUM_32
           
static VerbFrame VerbFrame.NUM_33
           
static VerbFrame VerbFrame.NUM_34
           
static VerbFrame VerbFrame.NUM_35
           
 

Methods in edu.mit.jwi.item that return VerbFrame
static VerbFrame VerbFrame.getFrame(int number)
          Returns the frame indexed by the specified number defined in this class, or null if there is
 

Methods in edu.mit.jwi.item that return types with arguments of type VerbFrame
static java.util.Collection<VerbFrame> VerbFrame.values()
          This emulates the Enum.values() method, in that it returns an unmodifiable collection of all the static instances declared in this class, in the order they were declared.
 



Copyright © 2007-2013 Massachusetts Institute of Technology. All Rights Reserved.