public class ParserFactory extends Object implements OPPLTestCaseParser.AbstractParserFactory
| Constructor and Description |
|---|
ParserFactory(org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.model.OWLOntologyManager ontologyManager) |
ParserFactory(org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.model.OWLOntologyManager ontologyManager,
org.semanticweb.owlapi.reasoner.OWLReasoner reasoner) |
| Modifier and Type | Method and Description |
|---|---|
OPPLTestCaseParser |
build(ErrorListener errorListener)
Builds an OPPLTestCaseParser attaching an ErrorListener to it.
|
OPPLTestCaseParser |
build(ErrorListener errorListener,
SymbolTableFactory<OPPLTestCaseSymbolTable> symbolTableFactory) |
org.semanticweb.owlapi.model.OWLOntology |
getOntology() |
org.semanticweb.owlapi.model.OWLOntologyManager |
getOntologyManager() |
AbstractOPPLTestCaseFactory |
getOPPLTestCaseFactory()
Retrieves an instance AbstractOPPLTestCaseFactory that this
AbstractParserFactory provides.
|
org.semanticweb.owlapi.reasoner.OWLReasoner |
getReasoner() |
public ParserFactory(org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.model.OWLOntologyManager ontologyManager,
org.semanticweb.owlapi.reasoner.OWLReasoner reasoner)
ontology - ontologyontologyManager - ontologyManagerreasoner - reasonerpublic ParserFactory(org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.model.OWLOntologyManager ontologyManager)
ontology - ontologyontologyManager - ontologyManagerpublic org.semanticweb.owlapi.model.OWLOntologyManager getOntologyManager()
public OPPLTestCaseParser build(ErrorListener errorListener)
OPPLTestCaseParser.AbstractParserFactorybuild in interface OPPLTestCaseParser.AbstractParserFactoryerrorListener - The ErrorListener. Cannot be null.public OPPLTestCaseParser build(ErrorListener errorListener, SymbolTableFactory<OPPLTestCaseSymbolTable> symbolTableFactory)
errorListener - errorListenersymbolTableFactory - symbolTableFactorypublic AbstractOPPLTestCaseFactory getOPPLTestCaseFactory()
OPPLTestCaseParser.AbstractParserFactorygetOPPLTestCaseFactory in interface OPPLTestCaseParser.AbstractParserFactorypublic org.semanticweb.owlapi.model.OWLOntology getOntology()
public org.semanticweb.owlapi.reasoner.OWLReasoner getReasoner()
Copyright © 2014 The University of Manchester. All Rights Reserved.