Uses of Class
jildt.TildeNode

Packages that use TildeNode
jildt   
jildt.gui   
jildt.tilde   
 

Uses of TildeNode in jildt
 

Methods in jildt that return TildeNode
 TildeNode TildeNode.getLeftNode()
          Returns the child node located at the left.
 TildeNode TildeNode.getRightNode()
          Returns the child node located at the right.
static TildeNode TildeNode.parseTree(jason.asSyntax.Term tree)
          Parses a Term tree into a Java Oriented-Object tree.
 

Methods in jildt with parameters of type TildeNode
static jason.asSyntax.Term TildeNode.parseTree2List(TildeNode node)
          Parses a Java Oriented-Object tree into a Term tree.
 void TildeNode.setLeftNode(TildeNode leftNode)
          Set the child node that will be located at the left of this node.
 void TildeNode.setRightNode(TildeNode rightNode)
          Set the child node that will be located at the right of this node.
 

Uses of TildeNode in jildt.gui
 

Methods in jildt.gui with parameters of type TildeNode
 javax.swing.tree.DefaultMutableTreeNode VisualTree.showTree(java.lang.String s, TildeNode node)
           
 javax.swing.tree.DefaultMutableTreeNode VisualTree.showTree(java.lang.String s, TildeNode node, VisualTree.NodePosition position)
           
 

Constructors in jildt.gui with parameters of type TildeNode
VisualTree(TildeNode tree, Learner ag, jason.asSyntax.Plan plan)
           
 

Uses of TildeNode in jildt.tilde
 

Methods in jildt.tilde that return TildeNode
 TildeNode execTilde.buildTree(jason.asSyntax.ListTerm examples, jason.asSyntax.ListTerm query)
          Builds a logical decision tree.