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, wait
asModel
public 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 ModelInterface
public Resource getSourceShapeResource()
public Resource getId()
getId
in interface ModelInterface
public SourceConstraintComponent getSourceConstraintComponent()
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.