| Package | Description |
|---|---|
| org.ldp4j.application.data.constraints |
Classes for defining data constraints using the SHACL model.
|
| Modifier and Type | Method and Description |
|---|---|
Constraints.Shape |
Constraints.nodeShape(Individual<?,?> individual) |
static Constraints.Shape |
Constraints.shape() |
Constraints.Shape |
Constraints.typeShape(URI type) |
Constraints.Shape |
Constraints.AbstractPropertyConstraint.valueShape() |
Constraints.Shape |
Constraints.Shape.withComment(String comment) |
Constraints.Shape |
Constraints.Shape.withLabel(String label) |
Constraints.Shape |
Constraints.Shape.withPropertyConstraint(Constraints.InversePropertyConstraint constraint) |
Constraints.Shape |
Constraints.Shape.withPropertyConstraint(Constraints.PropertyConstraint constraint) |
| Modifier and Type | Method and Description |
|---|---|
List<Constraints.Shape> |
Constraints.shapes() |
| Modifier and Type | Method and Description |
|---|---|
Constraints |
Constraints.withNodeShape(Individual<?,?> individual,
Constraints.Shape shape) |
Constraints |
Constraints.withTypeShape(URI type,
Constraints.Shape shape) |
T |
Constraints.AbstractPropertyConstraint.withValueShape(Constraints.Shape valueShape) |
Copyright (C) 2014, Center for Open Middleware