O - typepublic abstract class OPPLExpressionChecker<O> extends Object implements ExpressionChecker<O>
| Modifier and Type | Field and Description |
|---|---|
protected ErrorReport |
lastReport |
| Constructor and Description |
|---|
OPPLExpressionChecker(org.protege.editor.owl.OWLEditorKit owlEditorKit) |
| Modifier and Type | Method and Description |
|---|---|
void |
check(String text) |
O |
createObject(String text) |
ErrorReport |
getErrorReport() |
ErrorListener |
getListener() |
org.protege.editor.owl.OWLEditorKit |
getOWLEditorKit() |
protected abstract O |
parse(String text) |
protected ErrorReport lastReport
public OPPLExpressionChecker(org.protege.editor.owl.OWLEditorKit owlEditorKit)
owlEditorKit - owlEditorKitpublic void check(String text)
check in interface ExpressionChecker<O>public O createObject(String text)
createObject in interface ExpressionChecker<O>public ErrorReport getErrorReport()
getErrorReport in interface ExpressionChecker<O>public org.protege.editor.owl.OWLEditorKit getOWLEditorKit()
public ErrorListener getListener()
Copyright © 2014 The University of Manchester. All Rights Reserved.