public class TooManyDifferentIndividualsPattern extends Object implements OntologyLintPattern
Title:
Description:
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
| Constructor and Description |
|---|
TooManyDifferentIndividualsPattern() |
| 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. |
void |
setMaxAllowed(int value) |
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 void setMaxAllowed(int value)
public 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.