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