edu.washington.cs.knowitall.ontology.match
Class OntologicalRelationMatcher
java.lang.Object
edu.washington.cs.knowitall.ontology.match.OntologicalRelationMatcher
- Direct Known Subclasses:
- ContainsMatcher, ExactMatcher, PercentOverlapMatcher
public abstract class OntologicalRelationMatcher
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OntologicalRelationMatcher
public OntologicalRelationMatcher()
matches
public abstract boolean matches(OntologicalRelation rel1,
OntologicalRelation rel2)
percent
public abstract double percent(OntologicalRelation rel1,
OntologicalRelation rel2)
create
public static OntologicalRelationMatcher create(String className)
throws SecurityException,
IllegalArgumentException,
ClassNotFoundException,
NoSuchMethodException,
InstantiationException,
IllegalAccessException,
InvocationTargetException
- Throws:
SecurityException
IllegalArgumentException
ClassNotFoundException
NoSuchMethodException
InstantiationException
IllegalAccessException
InvocationTargetException
getClass
public static Class<?> getClass(String classname)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
create
public static OntologicalRelationMatcher create(String classname,
Class<?>[] argTypes,
Object[] argValues)
throws ClassNotFoundException,
SecurityException,
NoSuchMethodException,
IllegalArgumentException,
InstantiationException,
IllegalAccessException,
InvocationTargetException
- Throws:
ClassNotFoundException
SecurityException
NoSuchMethodException
IllegalArgumentException
InstantiationException
IllegalAccessException
InvocationTargetException
create
public static OntologicalRelationMatcher create(Class<?> tagger,
Class<?>[] argTypes,
Object[] argValues)
throws ClassNotFoundException,
SecurityException,
NoSuchMethodException,
IllegalArgumentException,
InstantiationException,
IllegalAccessException,
InvocationTargetException
- Throws:
ClassNotFoundException
SecurityException
NoSuchMethodException
IllegalArgumentException
InstantiationException
IllegalAccessException
InvocationTargetException
Copyright © 2011 University of Washington CSE. All Rights Reserved.