public class EquivalentAndSubclassAxiomPattern extends Object implements OntologyLintPattern
Title:
Description:
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
| Constructor and Description |
|---|
EquivalentAndSubclassAxiomPattern() |
| Modifier and Type | Method and Description |
|---|---|
LintFormat |
getDefaultLintFormat() |
String |
getDescription() |
String |
getName() |
boolean |
isFixable()
Returns
true if this pattern provides an automatic fix for every Lint it matches. |
List<Lint> |
match(org.semanticweb.owlapi.model.OWLOntology ontology)
Match an OWLOntology and returns a list of
Lint
for the OWLOntology. |
public String getName()
getName in interface LintPatternpublic String getDescription()
getDescription in interface LintPatternpublic boolean isFixable()
LintPatterntrue if this pattern provides an automatic fix for every Lint it matches.
An automatic fix for every Lint can be made available by calling Lint.setLintFixer(LintFixer).isFixable in interface LintPatterntrue if this pattern provides an automatic fix for every Lint it matches.Lint.setLintFixer(LintFixer)public LintFormat getDefaultLintFormat()
getDefaultLintFormat in interface LintPatternLintFormat for this pattern.LintFormatpublic List<Lint> match(org.semanticweb.owlapi.model.OWLOntology ontology)
OntologyLintPatternLint
for the OWLOntology.match in interface OntologyLintPatternLint for the OWLOntology. Never returns null.LintCopyright © 2019. All rights reserved.