public interface ConstraintService
| Modifier and Type | Method and Description |
|---|---|
default java.util.stream.Stream<ConstraintViolation> |
constrainedBy(org.apache.commons.rdf.api.IRI interactionModel,
org.apache.commons.rdf.api.Graph graph)
Check a graph against an LDP interaction model.
|
java.util.stream.Stream<ConstraintViolation> |
constrainedBy(org.apache.commons.rdf.api.IRI interactionModel,
org.apache.commons.rdf.api.Graph graph,
java.lang.String domain)
Check a graph against an LDP interaction model.
|
java.util.stream.Stream<ConstraintViolation> constrainedBy(org.apache.commons.rdf.api.IRI interactionModel, org.apache.commons.rdf.api.Graph graph, java.lang.String domain)
interactionModel - the interaction modelgraph - the graphdomain - the domain of the resourcedefault java.util.stream.Stream<ConstraintViolation> constrainedBy(org.apache.commons.rdf.api.IRI interactionModel, org.apache.commons.rdf.api.Graph graph)
interactionModel - the interaction modelgraph - the graph