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

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

public class ContainsMatcher
extends OntologicalRelationMatcher


Constructor Summary
ContainsMatcher()
           
 
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

ContainsMatcher

public ContainsMatcher()
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.