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

Generic abstract class for compare methods. More...

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

Public Member Functions

abstract boolean compare (String first, String second)
 

Detailed Description

Generic abstract class for compare methods.

Generic abstract class for compare methods

Author
Michael Angelov

Definition at line 28 of file CompareMethod.java.

Member Function Documentation

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

Generic compare method

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

Here is the caller graph for this function:


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