Uses of Class
net.obsearch.example.ted.SliceAST

Packages that use SliceAST
net.obsearch.example.ted   
 

Uses of SliceAST in net.obsearch.example.ted
 

Subclasses of SliceAST in net.obsearch.example.ted
 class FSliceAST
          FSliceAST A tree that holds an internal id for each unique complete subtree and a hash code computed on the string representation of this complete subtree.
 class SliceASTForStandardTed
          This class provides extra functionality required by tree edit distance algorithms and the like
 class SliceASTIds
           
 

Methods in net.obsearch.example.ted that return SliceAST
static SliceAST SliceFactory.createSliceASTLean(java.lang.String x)
          creates the base clase of the ast.
 SliceAST SliceAST.findFirstNodeThatMatches(java.lang.String label)
           
 SliceAST SliceAST.getLeftmostChild()
           
 

Methods in net.obsearch.example.ted that return types with arguments of type SliceAST
 java.util.List<SliceAST> SliceAST.depthFirst()
           
 

Methods in net.obsearch.example.ted with parameters of type SliceAST
protected  int AbstractTED.renameCost(SliceAST a, SliceAST b)
           
 int ShashaAndZhangReferenceImpl.tedSliceAST(SliceAST a, SliceAST b)
           
 int TED.tedSliceAST(SliceAST a, SliceAST b)
          This ted is used for those implementors who can work directly on the tree (those who don't need the definition of sliceForest
 

Method parameters in net.obsearch.example.ted with type arguments of type SliceAST
protected  void SliceAST.depthFirstAux(java.util.LinkedList<SliceAST> res)
           
 

Constructors in net.obsearch.example.ted with parameters of type SliceAST
SliceAST(SliceAST t)
           
 



Copyright © 2007-2008 Arnoldo Jose Muller Molina. All Rights Reserved.