uk.ac.manchester.gong.bong.match
Class RegexpMatcher

java.lang.Object
  extended by uk.ac.manchester.gong.bong.match.RegexpMatcher

public class RegexpMatcher
extends java.lang.Object


Constructor Summary
RegexpMatcher()
           
 
Method Summary
static BONGMatchResult match(org.semanticweb.owl.model.OWLClass classtomatch, OWLDealer owldealer, BONGSettings bongsettings)
          Tries to match the rdfs:label of a given class against a set of regexps defined in the BONG ontology.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegexpMatcher

public RegexpMatcher()
Method Detail

match

public static BONGMatchResult match(org.semanticweb.owl.model.OWLClass classtomatch,
                                    OWLDealer owldealer,
                                    BONGSettings bongsettings)
                             throws org.semanticweb.owl.model.OWLException
Tries to match the rdfs:label of a given class against a set of regexps defined in the BONG ontology. If there is a match it returns the regexp OWLclass with the matcher, everything in a BONGMatchResult

Throws:
org.semanticweb.owl.model.OWLException