uk.ac.manchester.gong.bong.match
Class BONGMatchResult
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BONGMatchResult
public BONGMatchResult(org.semanticweb.owl.model.OWLClass regexpclass,
java.util.regex.Matcher matcher)
getRegexpOWLClass
public org.semanticweb.owl.model.OWLClass getRegexpOWLClass()
getMatcher
public java.util.regex.Matcher getMatcher()