gate.creole.orthomatcher
Class MatchRule16

java.lang.Object
  extended by gate.creole.orthomatcher.MatchRule16
All Implemented Interfaces:
OrthoMatcherRule

public class MatchRule16
extends Object
implements OrthoMatcherRule

RULE #15: Does every token in the shorter name appear in the longer name?


Field Summary
 
Fields inherited from interface gate.creole.orthomatcher.OrthoMatcherRule
description
 
Constructor Summary
MatchRule16(OrthoMatcher orthomatcher)
           
 
Method Summary
 String getId()
           
 boolean value(String s1, String s2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchRule16

public MatchRule16(OrthoMatcher orthomatcher)
Method Detail

value

public boolean value(String s1,
                     String s2)
Specified by:
value in interface OrthoMatcherRule

getId

public String getId()
Specified by:
getId in interface OrthoMatcherRule