public class OWLSyntaxChecker extends Object
Title:
Description:
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
| Constructor and Description |
|---|
OWLSyntaxChecker() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExcludeValidPunnings()
Returns if valid punninga will be excluded from lint report.
|
void |
setExcludeValidPunnings(boolean excludeValidPunning)
Sets if valid punninga will be excluded from lint report.
|
RDFLints |
validate(RDFModel model) |
public void setExcludeValidPunnings(boolean excludeValidPunning)
true, punnings valid for OWL 2 will be
excluded from the report. By default, these punnings are reported.excludeValidPunning - If true OWL 2 valid punnings will not be inluded in the resultpublic boolean isExcludeValidPunnings()
Copyright © 2019. All rights reserved.