public class ValidationResult extends Object implements ModelInterface
| Constructor and Description | 
|---|
| ValidationResult(org.eclipse.rdf4j.sail.shacl.AST.PropertyShape sourceShape,
                Value focusNode) | 
| Modifier and Type | Method and Description | 
|---|---|
| Model | asModel(Model model) | 
| ValidationResult | getDetail() | 
| List<ValidationResult> | getDetails() | 
| Resource | getId() | 
| SourceConstraintComponent | getSourceConstraintComponent() | 
| Resource | getSourceShapeResource() | 
| void | setDetail(ValidationResult detail) | 
| String | toString() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasModelpublic ValidationResult(org.eclipse.rdf4j.sail.shacl.AST.PropertyShape sourceShape,
                        Value focusNode)
public void setDetail(ValidationResult detail)
public ValidationResult getDetail()
public List<ValidationResult> getDetails()
public Model asModel(Model model)
asModel in interface ModelInterfacepublic Resource getSourceShapeResource()
public Resource getId()
getId in interface ModelInterfacepublic SourceConstraintComponent getSourceConstraintComponent()
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.