net.obsearch.example.ted
Class AbstractTED

java.lang.Object
  extended by net.obsearch.example.ted.AbstractTED
All Implemented Interfaces:
TED
Direct Known Subclasses:
ShashaAndZhangReferenceImpl

public abstract class AbstractTED
extends java.lang.Object
implements TED


Field Summary
 
Fields inherited from interface net.obsearch.example.ted.TED
DeleteCost, RenameCost
 
Constructor Summary
AbstractTED()
           
 
Method Summary
protected  int min(int a, int b)
           
protected  int min(int a, int b, int c)
           
protected  int min(int a, int b, int c, int d)
           
protected  int renameCost(SliceAST a, SliceAST b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.obsearch.example.ted.TED
ted, tedSliceAST
 

Constructor Detail

AbstractTED

public AbstractTED()
Method Detail

min

protected int min(int a,
                  int b,
                  int c)

min

protected int min(int a,
                  int b,
                  int c,
                  int d)

min

protected int min(int a,
                  int b)

renameCost

protected int renameCost(SliceAST a,
                         SliceAST b)


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