| Package | Description |
|---|---|
| edu.mit.jwi.item |
Provides classes and interfaces that represent the Wordnet data structures.
|
| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
static VerbFrame |
VerbFrame.getFrame(int number)
Returns the frame indexed by the specified number defined in this class,
or
null if there is |
| Modifier and Type | Method and Description |
|---|---|
static 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 © 2018. All rights reserved.