org.apache.airavata.samples
Class LevenshteinDistanceService

java.lang.Object
  extended by org.apache.airavata.samples.LevenshteinDistanceService

public class LevenshteinDistanceService
extends Object


Constructor Summary
LevenshteinDistanceService()
           
 
Method Summary
 int computeDistance(String sequence1, String sequence2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LevenshteinDistanceService

public LevenshteinDistanceService()
Method Detail

computeDistance

public int computeDistance(String sequence1,
                           String sequence2)


Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.