| Package | Description |
|---|---|
| com.clarkparsia.owlapi.explanation.io.manchester |
| Modifier and Type | Method and Description |
|---|---|
static Keyword |
Keyword.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Keyword[] |
Keyword.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ManchesterSyntaxObjectRenderer.write(Keyword keyword) |
protected void |
ManchesterSyntaxObjectRenderer.writeCardinalityRestriction(org.semanticweb.owlapi.model.OWLCardinalityRestriction<?> theRestriction,
Keyword theKeyword) |
protected void |
ManchesterSyntaxObjectRenderer.writeKeywordInfix(Keyword keyword,
org.semanticweb.owlapi.model.OWLObject arg1,
org.semanticweb.owlapi.model.OWLObject arg2) |
protected void |
ManchesterSyntaxObjectRenderer.writeKeywordPrefix(Keyword keyword,
org.semanticweb.owlapi.model.OWLObject arg) |
protected void |
ManchesterSyntaxObjectRenderer.writeKeywordPrefix(Keyword keyword,
org.semanticweb.owlapi.model.OWLObject arg1,
org.semanticweb.owlapi.model.OWLObject arg2) |
protected void |
ManchesterSyntaxObjectRenderer.writeNaryAxiom(Set<? extends org.semanticweb.owlapi.model.OWLObject> set,
Keyword binary,
Keyword nary)
Render an n-ary axiom with special handling for the binary case.
|
protected void |
ManchesterSyntaxObjectRenderer.writeNaryKeyword(Keyword theKeyword,
Set<? extends org.semanticweb.owlapi.model.OWLObject> theObjects) |
protected void |
ManchesterSyntaxObjectRenderer.writeQuantifiedRestriction(org.semanticweb.owlapi.model.OWLQuantifiedRestriction<?> theRestriction,
Keyword theKeyword) |
protected void |
ManchesterSyntaxObjectRenderer.writeRestriction(org.semanticweb.owlapi.model.OWLPropertyExpression theProperty,
Keyword theKeyword,
Object... theArgs) |
protected void |
ManchesterSyntaxObjectRenderer.writeUnaryPropertyAxiom(org.semanticweb.owlapi.model.OWLUnaryPropertyAxiom<?> theAxiom,
Keyword keyword) |
Copyright © 2019. All rights reserved.