public class ParserFactory extends Object implements OPPLParser.AbstractParserFactory
| Constructor and Description |
|---|
ParserFactory(org.semanticweb.owlapi.model.OWLOntologyManager ontologyManager,
org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.reasoner.OWLReasoner reasoner) |
| Modifier and Type | Method and Description |
|---|---|
OPPLParser |
build(ErrorListener errorListener)
Builds an OPPLParser attaching an ErrorListener to it.
|
OPPLParser |
build(ErrorListener errorListener,
SymbolTableFactory<OPPLSymbolTable> symbolTableFactory) |
org.semanticweb.owlapi.model.OWLOntology |
getOntology() |
org.semanticweb.owlapi.model.OWLOntologyManager |
getOntologyManager() |
OPPLFactory |
getOPPLFactory()
Retrieves an instance OPPLAbstractFactory that this
AbstractParserFactory provides.
|
org.semanticweb.owlapi.reasoner.OWLReasoner |
getReasoner() |
public ParserFactory(org.semanticweb.owlapi.model.OWLOntologyManager ontologyManager,
org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.reasoner.OWLReasoner reasoner)
ontologyManager - ontologyManagerontology - ontologyreasoner - reasonerpublic OPPLParser build(ErrorListener errorListener)
OPPLParser.AbstractParserFactorybuild in interface OPPLParser.AbstractParserFactoryerrorListener - The ErrorListener. Cannot be null.public OPPLParser build(ErrorListener errorListener, SymbolTableFactory<OPPLSymbolTable> symbolTableFactory)
errorListener - errorListenersymbolTableFactory - symbolTableFactorypublic OPPLFactory getOPPLFactory()
OPPLParser.AbstractParserFactorygetOPPLFactory in interface OPPLParser.AbstractParserFactorypublic org.semanticweb.owlapi.model.OWLOntologyManager getOntologyManager()
public org.semanticweb.owlapi.model.OWLOntology getOntology()
public org.semanticweb.owlapi.reasoner.OWLReasoner getReasoner()
Copyright © 2015 The University of Manchester. All Rights Reserved.