public class SimpleOPPLTestCaseParsingStrategy extends Object implements ParsingStrategy<String,OPPLTestCase>
| Constructor and Description |
|---|
SimpleOPPLTestCaseParsingStrategy(org.semanticweb.owlapi.model.OWLOntologyManager ontologyManager,
org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.reasoner.OWLReasoner reasoner,
ErrorListener errorListener,
RuntimeExceptionHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
protected OPPLTestCaseParser |
build() |
ErrorListener |
getErrorListener() |
RuntimeExceptionHandler |
getHandler() |
ParserFactory |
getParserFactory() |
OPPLTestCase |
parse(String input)
Parses the input and produces an instance of the parameter O.
|
public SimpleOPPLTestCaseParsingStrategy(org.semanticweb.owlapi.model.OWLOntologyManager ontologyManager,
org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.reasoner.OWLReasoner reasoner,
ErrorListener errorListener,
RuntimeExceptionHandler handler)
ontologyManager - ontologyManagerontology - ontologyreasoner - reasonererrorListener - errorListenerhandler - handlerprotected OPPLTestCaseParser build()
public OPPLTestCase parse(String input)
ParsingStrategyparse in interface ParsingStrategy<String,OPPLTestCase>input - The input to parse. cannot be null.public ErrorListener getErrorListener()
public ParserFactory getParserFactory()
public RuntimeExceptionHandler getHandler()
Copyright © 2015 The University of Manchester. All Rights Reserved.