|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xenonsoft.bridgetown.examples.categoriser.DefaultMatcherImpl
A mock object of the categorisation matching algorithm
| Constructor Summary | |
DefaultMatcherImpl()
Default constructor |
|
| Method Summary | |
java.util.List |
match(java.lang.Object query,
java.lang.Object refValue)
Performs the matching |
void |
setDescription(java.lang.String description)
Sets the description |
void |
setMode(java.lang.String mode)
Sets the mode |
java.lang.String |
toString()
Gets debuggable string |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DefaultMatcherImpl()
| Method Detail |
public void setDescription(java.lang.String description)
setDescription in interface IMatchercategoriser.IMatcher#setDescription(java.lang.String)public void setMode(java.lang.String mode)
setMode in interface IMatchermode - categoriser.IMatcher#setMode(java.lang.String)
public java.util.List match(java.lang.Object query,
java.lang.Object refValue)
match in interface IMatcherquery - the query template instancerefValue - the object uses as a reference
categoriser.IMatcher#match(java.lang.Object, java.lang.Object)public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||