4A Server -  2.0
 All Classes Namespaces Files Functions Variables Enumerator
cz.vutbr.fit.knot.annotations.fragmentUpdater.compareMethods.SoundexMethod Class Reference

Compare class using Soundex approximate string matching method. More...

Inheritance diagram for cz.vutbr.fit.knot.annotations.fragmentUpdater.compareMethods.SoundexMethod:
Inheritance graph
Collaboration diagram for cz.vutbr.fit.knot.annotations.fragmentUpdater.compareMethods.SoundexMethod:
Collaboration graph

Public Member Functions

boolean compare (String first, String second)
 
String toString ()
 
- Public Member Functions inherited from cz.vutbr.fit.knot.annotations.fragmentUpdater.compareMethods.CompareMethod
abstract boolean compare (String first, String second)
 

Detailed Description

Compare class using Soundex approximate string matching method.

Compare class using Soundex approximate string matching method

Author
Michael Angelov

Definition at line 25 of file SoundexMethod.java.

Member Function Documentation

boolean cz.vutbr.fit.knot.annotations.fragmentUpdater.compareMethods.SoundexMethod.compare ( String  first,
String  second 
)

String comparison method using Soundex encoding of strings

Parameters
firstfirst string to compare
secondsecond string to compare
Returns
true if strings match, false if don't

Definition at line 35 of file SoundexMethod.java.

String cz.vutbr.fit.knot.annotations.fragmentUpdater.compareMethods.SoundexMethod.toString ( )

Overriden toString() method

Returns
string representation of class

Definition at line 64 of file SoundexMethod.java.


The documentation for this class was generated from the following file: