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

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

public class BONGMatchResult
extends java.lang.Object

This stores a mathc result, composed of the regexp OWLClass and the Matcher that was used with the regexp, result, and everything.


Constructor Summary
BONGMatchResult(org.semanticweb.owl.model.OWLClass regexpclass, java.util.regex.Matcher matcher)
           
 
Method Summary
 java.util.regex.Matcher getMatcher()
           
 org.semanticweb.owl.model.OWLClass getRegexpOWLClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BONGMatchResult

public BONGMatchResult(org.semanticweb.owl.model.OWLClass regexpclass,
                       java.util.regex.Matcher matcher)
Method Detail

getRegexpOWLClass

public org.semanticweb.owl.model.OWLClass getRegexpOWLClass()

getMatcher

public java.util.regex.Matcher getMatcher()