|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.unitn.disi.smatch.components.Configurable
it.unitn.disi.smatch.matchers.element.string.Prefix
public class Prefix
Implements Prefix matcher. See Element Level Semantic matchers paper for more details.
| Field Summary |
|---|
| Fields inherited from class it.unitn.disi.smatch.components.Configurable |
|---|
GLOBAL_PREFIX, globalComponents, properties |
| Constructor Summary | |
|---|---|
Prefix()
|
|
| Method Summary | |
|---|---|
char |
match(java.lang.String str1,
java.lang.String str2)
Computes the relation with prefix matcher. |
void |
reportUsage()
|
| Methods inherited from class it.unitn.disi.smatch.components.Configurable |
|---|
configureComponent, getComponentProperties, getProperties, loadProperties, makeComponentPrefix, setProperties, setProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface it.unitn.disi.smatch.components.IConfigurable |
|---|
getProperties, setProperties, setProperties |
| Constructor Detail |
|---|
public Prefix()
| Method Detail |
|---|
public char match(java.lang.String str1,
java.lang.String str2)
match in interface IStringBasedElementLevelSemanticMatcherstr1 - the source stringstr2 - the target string
public void reportUsage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||