Class Constraint


  • public class Constraint
    extends Object
    Represents a constraint as input to an engine (e.g. validation or inferencing). Here, a constraint is the combination of parameters, e.g. a specific value of sh:datatype at a given Shape.
    Author:
    Holger Knublauch
    • Method Detail

      • addBindings

        public void addBindings​(org.apache.jena.query.QuerySolutionMap map)
      • getContext

        public org.apache.jena.rdf.model.Resource getContext()
      • getMessages

        public Collection<org.apache.jena.rdf.model.RDFNode> getMessages()
      • getParameterValue

        public org.apache.jena.rdf.model.RDFNode getParameterValue()
      • getSeverity

        public org.apache.jena.rdf.model.Resource getSeverity()
      • getShape

        public Shape getShape()
      • getShapeResource

        public SHShape getShapeResource()