Uses of Class
de.uni_tuebingen.sfb.lichtenstein.binarytrees.BinaryTree.BinaryNode

Packages that use BinaryTree.BinaryNode
de.uni_tuebingen.sfb.lichtenstein.binarytrees   
de.uni_tuebingen.sfb.lichtenstein.treebanks   
 

Uses of BinaryTree.BinaryNode in de.uni_tuebingen.sfb.lichtenstein.binarytrees
 

Methods in de.uni_tuebingen.sfb.lichtenstein.binarytrees that return BinaryTree.BinaryNode
 BinaryTree.BinaryNode BinaryTree.BinaryNode.getFirstDaughter()
          Returns the first daughter.
 BinaryTree.BinaryNode BinaryTree.getRoot()
          Get the root of this tree.
 BinaryTree.BinaryNode BinaryTree.BinaryNode.getSecondDaughter()
          Returns the second daughter.
 

Constructors in de.uni_tuebingen.sfb.lichtenstein.binarytrees with parameters of type BinaryTree.BinaryNode
BinaryTree.BinaryNode(List<String> labels, BinaryTree.BinaryNode first, BinaryTree.BinaryNode second)
          Initialize a new BinaryNode with the given first and second daughter.
BinaryTree(BinaryTree.BinaryNode root, String id, String sentence)
          Initialize a new BinaryTree, taking the given node as root.
 

Uses of BinaryTree.BinaryNode in de.uni_tuebingen.sfb.lichtenstein.treebanks
 

Methods in de.uni_tuebingen.sfb.lichtenstein.treebanks that return BinaryTree.BinaryNode
 BinaryTree.BinaryNode Node.toBinaryTree(List<Node> sisters, int sisterIndex)
          Convert to binary tree and collect label.
 



© Copyright 2008 Hendrik Maryns   Creative Commons License