Uses of Class
edu.upenn.cis.spinal.SpinalNode

Packages that use SpinalNode
edu.upenn.cis.spinal Provides a read/write programming API for the output of Libin Shen's incremental and bidirectional parsers and for the LTAG-spinal treebank. 
 

Uses of SpinalNode in edu.upenn.cis.spinal
 

Methods in edu.upenn.cis.spinal that return SpinalNode
 SpinalNode ElemTree.getAnchor()
          Returns the node representing the lexical anchor of this tree, or null if there is no anchor (in the case of a coordination structure).
 SpinalNode ElemTree.getAttachmentSite()
          Returns the SpinalNode in the parent tree to which this ElemTree is attached, or null if this ElemTree is the root of the derivation tree.
 SpinalNode SpinalNode.getChild(int n)
          Returns the specified child of this spinal node.
 SpinalNode[] SpinalNode.getChildren()
          Returns an array of children, or null if there are no children to this node.
 SpinalNode ElemTree.getFoot()
          Returns the node representing the foot node (if any) of this tree, or null if there is no foot node.
 SpinalNode SpinalNode.getParent(boolean acrossElemTrees)
          Returns the SpinalNode that is the parent of this node.
 SpinalNode ElemTree.getSpinalNodeAt(GornAddress g)
          Returns the spinal node at a given Gorn address in this tree.
 SpinalNode ElemTree.getSpine()
          Returns the spine of this tree.