|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.clarkparsia.pellint.rdfxml.OWLSyntaxChecker
public class OWLSyntaxChecker
Title:
Description:
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
Constructor Summary | |
---|---|
OWLSyntaxChecker()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OWLSyntaxChecker()
Method Detail |
---|
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()
public RDFLints validate(RDFModel model)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |