Serialized Form


Package net.sf.extjwnl

Class net.sf.extjwnl.JWNLException extends Exception implements Serializable

Class net.sf.extjwnl.JWNLRuntimeException extends RuntimeException implements Serializable


Package net.sf.extjwnl.data

Class net.sf.extjwnl.data.Adjective extends Word implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

adjectivePosition

Adjective.AdjectivePosition adjectivePosition

Class net.sf.extjwnl.data.Adjective.AdjectivePosition extends Object implements Serializable

Serialized Fields

key

String key

Class net.sf.extjwnl.data.BaseDictionaryElement extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Class net.sf.extjwnl.data.Exc extends BaseDictionaryElement implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

pos

POS pos

lemma

String lemma
The excepted word


exceptions

ArrayList<E> exceptions

Class net.sf.extjwnl.data.IndexWord extends BaseDictionaryElement implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

pos

POS pos
This word's part-of-speech


lemma

String lemma
The string representation of this IndexWord


synsetOffsets

long[] synsetOffsets
senses are initially stored as offsets, and paged in on demand.

Class net.sf.extjwnl.data.Pointer extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

pointerType

PointerType pointerType

targetIndex

net.sf.extjwnl.data.Pointer.TargetIndex targetIndex

source

PointerTarget source
The source of this pointer. If the pointer applies to all words in the parent synset, then source and synset are the same, otherwise source is the specific Word object that this pointer applies to.

Class net.sf.extjwnl.data.PointerTarget extends Object implements Serializable

serialVersionUID: 1L

Class net.sf.extjwnl.data.PointerType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key

flagStringCache

String flagStringCache

Class net.sf.extjwnl.data.POS extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key

Class net.sf.extjwnl.data.Synset extends PointerTarget implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

pos

POS pos

pointers

net.sf.extjwnl.data.Synset.PointerList pointers

offset

long offset
The offset of this synset in the data file.


words

net.sf.extjwnl.data.Synset.WordList words
The words in this synset.


gloss

String gloss
The text (definition, usage examples) associated with the synset.


verbFrameFlags

BitSet verbFrameFlags

isAdjectiveCluster

boolean isAdjectiveCluster
for use only with WordNet 1.6 and earlier


lexFileNum

long lexFileNum
The lexicographer file name id.

Class net.sf.extjwnl.data.Verb extends Word implements Serializable

serialVersionUID: 1L

Serialized Fields

verbFrameFlags

BitSet verbFrameFlags
A bit array of all the verb frames that are valid for this word. see VerbFrame for more explanation.

Class net.sf.extjwnl.data.VerbFrame extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

index

int index

Class net.sf.extjwnl.data.Word extends PointerTarget implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

synset

Synset synset
The Synset to which this word belongs.


index

int index
This word's index within the synset. NB Word numbers are assigned to the word fields in a synset, from left to right, beginning with 1


lemma

String lemma
The string representation of the word.


lexId

long lexId
The integer that, when appended onto lemma, uniquely identifies a sense within a lexicographer file. lex_id numbers usually start with 00, and are incremented as additional senses of the word are added to the same file, although there is no requirement that the numbers be consecutive or begin with 00. Note that a value of 00 is the default.


summary

String summary
The summary of this word.


useCount

int useCount
The number of times each tagged sense occurs in a semantic concordance.


Package net.sf.extjwnl.data.list

Class net.sf.extjwnl.data.list.PointerTargetNodeList extends LinkedList<PointerTargetNode> implements Serializable

Class net.sf.extjwnl.data.list.PointerTargetTreeNodeList extends LinkedList<PointerTargetTreeNode> implements Serializable


Package net.sf.extjwnl.data.relationship

Class net.sf.extjwnl.data.relationship.RelationshipList extends ArrayList<Relationship> implements Serializable

Serialized Fields

shallowestIndex

int shallowestIndex
The index of the shallowest relationship.


deepestIndex

int deepestIndex
The index of the deepest relationship.


Package net.sf.extjwnl.util.cache

Class net.sf.extjwnl.util.cache.LRUCache extends LinkedHashMap<K,V> implements Serializable

Serialized Fields

capacity

int capacity

Package net.sf.extjwnl.util.factory

Class net.sf.extjwnl.util.factory.ParamList extends ArrayList<Param> implements Serializable

Serialized Fields

name

String name



Copyright © 2011. All Rights Reserved.