Uses of Interface
net.obsearch.example.ted.SliceForest

Packages that use SliceForest
net.obsearch.example.ted   
 

Uses of SliceForest in net.obsearch.example.ted
 

Classes in net.obsearch.example.ted that implement SliceForest
 class SliceForestStd
          This class only keeps an artificial root node above all the children to simulate a forest! This is to match the ideas of the papers
 

Fields in net.obsearch.example.ted declared as SliceForest
protected  SliceForest OBTed.tree
          The root node of the tree.
 

Methods in net.obsearch.example.ted that return SliceForest
static SliceForest SliceFactory.createEmptySliceForest()
           
static SliceForest SliceFactory.createSliceForest(java.lang.String x)
           
 SliceForest SliceForest.deleteLeftTreeNode()
           
 SliceForest SliceForest.deleteRightTree()
           
 SliceForest SliceForest.deleteRightTreeNode()
           
 SliceForest SliceForest.deleteRootOnRightTreeAndGetRightTree()
          return the rightmost tree of the Forest without the root node
 

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

Methods in net.obsearch.example.ted with parameters of type SliceForest
 boolean SliceForestStd.equalsTree(SliceForest o)
           
 boolean SliceForest.equalsTree(SliceForest o)
           
protected  java.lang.String ShashaAndZhangReferenceImpl.makeKey(SliceForest a, SliceForest b)
           
protected  void ShashaAndZhangReferenceImpl.put(SliceForest a, SliceForest b, int value)
          puts the given value into the cache
 int DMRW.ted(SliceForest F, SliceForest G)
           
 int ShashaAndZhangReferenceImpl.ted(SliceForest a, SliceForest b)
           
 int TED.ted(SliceForest a, SliceForest b)
           
 int ShashaAndZhangReferenceImpl.tedAux(SliceForest a, SliceForest b)
           
 



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