@ApplicationScoped public class LdpConstraintService extends Object implements ConstraintService
This class includes the following restrictions on a provided Graph:
Triple requires an IRI as object.Triple requires an IRI as object.Triple requires an IRI as object.| Constructor and Description |
|---|
LdpConstraintService() |
| Modifier and Type | Method and Description |
|---|---|
Stream<ConstraintViolation> |
constrainedBy(IRI model,
Graph graph,
String domain)
Check a graph against an LDP interaction model.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconstrainedBypublic Stream<ConstraintViolation> constrainedBy(IRI model, Graph graph, String domain)
ConstraintServiceconstrainedBy in interface ConstraintServicemodel - the interaction modelgraph - the graphdomain - the domain of the resource