Uses of Class
treebolic.model.Node

Packages that use Node
treebolic.generator.tree   
treebolic.model   
treebolic.provider.fs   
treebolic.provider.wn   
treebolic.provider.xml.graph   
 

Uses of Node in treebolic.generator.tree
 

Methods in treebolic.generator.tree with parameters of type Node
private static javax.swing.tree.MutableTreeNode TreeAdapter.makeNode(Node thisNode, javax.swing.tree.MutableTreeNode thisParentTreeNode)
          Make tree node for treebolic node
 

Uses of Node in treebolic.model
 

Subclasses of Node in treebolic.model
 class MutableNode
          Mutable node
 class TreeMutableNode
          Extended Mutable node (mutable tree links, copy constructor)
 

Uses of Node in treebolic.provider.fs
 

Subclasses of Node in treebolic.provider.fs
 class FsNode
          FsNode implementation for file system provider
 

Uses of Node in treebolic.provider.wn
 

Subclasses of Node in treebolic.provider.wn
 class LinkNode
          Node for WordNet link
 class Node
          Node
 class PosNode
          Part of Speech node
 class SenseNode
          Sense node
 class WordNode
          Item node
 

Uses of Node in treebolic.provider.xml.graph
 

Subclasses of Node in treebolic.provider.xml.graph
 class MutableGraphNode
          Graph node