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

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

Inheritance diagram for cz.vutbr.fit.knot.annotations.fragmentUpdater.compareMethods.MetaphoneMethod:
Inheritance graph
Collaboration diagram for cz.vutbr.fit.knot.annotations.fragmentUpdater.compareMethods.MetaphoneMethod:
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 Metaphone approximate string matching method.

Compare class using Metaphone approximate string matching method

Author
Michael Angelov

Definition at line 25 of file MetaphoneMethod.java.

Member Function Documentation

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

String comparison method using Metaphone string encoding

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

Definition at line 35 of file MetaphoneMethod.java.

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

Overriden toString() method

Returns
string representation of class

Definition at line 64 of file MetaphoneMethod.java.


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