public interface ValidationResult
| Modifier and Type | Method and Description |
|---|---|
org.apache.jena.rdf.model.RDFNode |
getFocusNode()
See sh:focusNode.
|
String |
getMessage()
Gets the human-readable message attached to the result.
|
Collection<org.apache.jena.rdf.model.RDFNode> |
getMessages()
Gets the human-readable message attached to the result (see sh:resultMessage).
|
org.apache.jena.rdf.model.Resource |
getPath()
See sh:resultPath.
|
List<org.apache.jena.rdf.model.RDFNode> |
getPropertyValues(org.apache.jena.rdf.model.Property predicate)
Provides access to other RDF values that may exist for the result instance, for any given property.
|
org.apache.jena.rdf.model.Resource |
getSeverity()
See sh:resultSeverity.
|
org.apache.jena.rdf.model.Resource |
getSourceConstraint()
See sh:sourceConstraint.
|
org.apache.jena.rdf.model.Resource |
getSourceConstraintComponent()
See sh:sourceConstraintComponent.
|
org.apache.jena.rdf.model.Resource |
getSourceShape()
See sh:sourceShape.
|
org.apache.jena.rdf.model.RDFNode |
getValue()
See sh:value.
|
org.apache.jena.rdf.model.RDFNode getFocusNode()
String getMessage()
getMessages() might be
a better choice.Collection<org.apache.jena.rdf.model.RDFNode> getMessages()
org.apache.jena.rdf.model.Resource getPath()
List<org.apache.jena.rdf.model.RDFNode> getPropertyValues(org.apache.jena.rdf.model.Property predicate)
predicate - the property to get the values oforg.apache.jena.rdf.model.Resource getSeverity()
org.apache.jena.rdf.model.Resource getSourceConstraint()
org.apache.jena.rdf.model.Resource getSourceConstraintComponent()
org.apache.jena.rdf.model.Resource getSourceShape()
org.apache.jena.rdf.model.RDFNode getValue()
Copyright © 2019 TopQuadrant, Inc.. All rights reserved.