net.obsearch.example.ted
Interface TED

All Known Implementing Classes:
AbstractTED, DMRW, ShashaAndZhangReferenceImpl

public interface TED


Field Summary
static int DeleteCost
           
static int RenameCost
           
 
Method Summary
 int ted(SliceForest a, SliceForest b)
           
 int 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
 

Field Detail

DeleteCost

static final int DeleteCost
See Also:
Constant Field Values

RenameCost

static final int RenameCost
See Also:
Constant Field Values
Method Detail

ted

int ted(SliceForest a,
        SliceForest b)
        throws java.lang.Exception
Throws:
java.lang.Exception

tedSliceAST

int tedSliceAST(SliceAST a,
                SliceAST b)
                throws java.lang.Exception
This ted is used for those implementors who can work directly on the tree (those who don't need the definition of sliceForest

Parameters:
a -
b -
Returns:
Throws:
java.lang.Exception


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