|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Node | |
|---|---|
| treebolic.provider.wn | |
| Uses of Node in treebolic.provider.wn |
|---|
| Subclasses of Node in treebolic.provider.wn | |
|---|---|
class |
LinkNode
Node for WordNet link |
class |
PosNode
Part of Speech node |
class |
SenseNode
Sense node |
class |
WordNode
Item node |
| Methods in treebolic.provider.wn that return Node | |
|---|---|
Node |
Provider.walkHorizontalLinks(Node thisParentNode,
edu.princeton.wordnet.Synset thisSynset,
int thisLevel)
Walk horizontal links |
Node |
Provider.walkLinks(Node thisParentNode,
edu.princeton.wordnet.Synset thisSynset,
int thisIdx)
Walk links |
Node |
Provider.walkLinks(java.lang.String thisWord,
boolean recurse)
Walk links |
Node |
Provider.walkSynsets(Node thisParentNode,
edu.princeton.wordnet.Synset thisSynset,
int thisLevel)
Walk synsets |
| Methods in treebolic.provider.wn with parameters of type Node | |
|---|---|
Node |
Provider.walkHorizontalLinks(Node thisParentNode,
edu.princeton.wordnet.Synset thisSynset,
int thisLevel)
Walk horizontal links |
Node |
Provider.walkLinks(Node thisParentNode,
edu.princeton.wordnet.Synset thisSynset,
int thisIdx)
Walk links |
Node |
Provider.walkSynsets(Node thisParentNode,
edu.princeton.wordnet.Synset thisSynset,
int thisLevel)
Walk synsets |
| Constructors in treebolic.provider.wn with parameters of type Node | |
|---|---|
LinkNode(Node thisParentNode,
int thisLinkIdx)
Constructor |
|
Node(Node thisParentNode,
java.lang.String thisLabel,
java.awt.Image thisImage,
java.awt.Color thisBackColor,
java.awt.Color thisForeColor)
Constructor |
|
PosNode(Node thisParentNode,
int thisIdx)
Constructor |
|
SenseNode(Node thisParentNode,
int thisSenseIdx,
edu.princeton.wordnet.Synset thisSynset)
Constructor |
|
WordNode(Node thisParentNode,
java.lang.String thisWord,
edu.princeton.wordnet.Synset thisSynset,
int thisLevel)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||