public class ProtegeParserFactory extends Object implements OPPLPatternParser.AbstractParserFactory
| Modifier and Type | Field and Description |
|---|---|
protected ShortFormEntityRenderer |
entityRenderer |
| Constructor and Description |
|---|
ProtegeParserFactory(org.protege.editor.owl.OWLEditorKit owlEditorKit) |
| Modifier and Type | Method and Description |
|---|---|
OPPLPatternParser |
build(Collection<? extends String> visitedPatterns,
ErrorListener errorListener) |
OPPLPatternParser |
build(ErrorListener errorListener) |
static ErrorListener |
getDefaultErrorListener() |
EntityFinder |
getEntityFinder() |
ShortFormEntityRenderer |
getEntityRenderer() |
static ProtegeParserFactory |
getInstance(org.protege.editor.owl.OWLEditorKit owlEditorKit) |
org.protege.editor.owl.OWLEditorKit |
getOWLEditorKit() |
org.semanticweb.owlapi.expression.OWLEntityChecker |
getOWLEntityChecker() |
AbstractPatternModelFactory |
getPatternFactory() |
protected final ShortFormEntityRenderer entityRenderer
public ProtegeParserFactory(org.protege.editor.owl.OWLEditorKit owlEditorKit)
owlEditorKit - owlEditorKitpublic OPPLPatternParser build(ErrorListener errorListener)
build in interface OPPLPatternParser.AbstractParserFactorypublic OPPLPatternParser build(Collection<? extends String> visitedPatterns, ErrorListener errorListener)
build in interface OPPLPatternParser.AbstractParserFactorypublic AbstractPatternModelFactory getPatternFactory()
getPatternFactory in interface OPPLPatternParser.AbstractParserFactorypublic org.protege.editor.owl.OWLEditorKit getOWLEditorKit()
public EntityFinder getEntityFinder()
public org.semanticweb.owlapi.expression.OWLEntityChecker getOWLEntityChecker()
public ShortFormEntityRenderer getEntityRenderer()
public static ProtegeParserFactory getInstance(org.protege.editor.owl.OWLEditorKit owlEditorKit)
owlEditorKit - owlEditorKitpublic static ErrorListener getDefaultErrorListener()
Copyright © 2014 The University of Manchester. All Rights Reserved.