edu.washington.cs.knowitall.ontology.match
Class ExactMatcher

java.lang.Object
  extended by edu.washington.cs.knowitall.ontology.match.OntologicalRelationMatcher
      extended by edu.washington.cs.knowitall.ontology.match.ExactMatcher

public class ExactMatcher
extends OntologicalRelationMatcher


Constructor Summary
ExactMatcher()
           
 
Method Summary
 boolean matches(OntologicalRelation rel1, OntologicalRelation rel2)
           
 double percent(OntologicalRelation rel1, OntologicalRelation rel2)
           
 
Methods inherited from class edu.washington.cs.knowitall.ontology.match.OntologicalRelationMatcher
create, create, create, getClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExactMatcher

public ExactMatcher()
Method Detail

matches

public boolean matches(OntologicalRelation rel1,
                       OntologicalRelation rel2)
Specified by:
matches in class OntologicalRelationMatcher

percent

public double percent(OntologicalRelation rel1,
                      OntologicalRelation rel2)
Specified by:
percent in class OntologicalRelationMatcher


Copyright © 2011 University of Washington CSE. All Rights Reserved.