Uses of Interface
org.topbraid.shacl.model.SHConstraintComponent
-
Packages that use SHConstraintComponent Package Description org.topbraid.shacl.arq.functions org.topbraid.shacl.engine org.topbraid.shacl.model org.topbraid.shacl.model.impl org.topbraid.shacl.util -
-
Uses of SHConstraintComponent in org.topbraid.shacl.arq.functions
Constructors in org.topbraid.shacl.arq.functions with parameters of type SHConstraintComponent Constructor Description SHACLSPARQLARQFunction(SHConstraintComponent component, org.apache.jena.rdf.model.Resource askValidator)Constructs a new SHACLSPARQLARQFunction based on a given sh:ConstraintComponent and a given validator (which must be a value of sh:nodeValidator, sh:propertyValidator etc. -
Uses of SHConstraintComponent in org.topbraid.shacl.engine
Methods in org.topbraid.shacl.engine that return SHConstraintComponent Modifier and Type Method Description SHConstraintComponentConstraint. getComponent()SHConstraintComponentShapesGraph. getComponentWithParameter(org.apache.jena.rdf.model.Property parameter)Methods in org.topbraid.shacl.engine with parameters of type SHConstraintComponent Modifier and Type Method Description ConstraintShapesGraph. createConstraint(Shape shape, SHConstraintComponent component, List<SHParameter> params, org.apache.jena.rdf.model.RDFNode parameterValue)Constructors in org.topbraid.shacl.engine with parameters of type SHConstraintComponent Constructor Description Constraint(Shape shape, SHConstraintComponent component, List<SHParameter> params, org.apache.jena.rdf.model.RDFNode parameterValue) -
Uses of SHConstraintComponent in org.topbraid.shacl.model
Methods in org.topbraid.shacl.model that return SHConstraintComponent Modifier and Type Method Description static SHConstraintComponentSHFactory. asConstraintComponent(org.apache.jena.rdf.model.RDFNode resource) -
Uses of SHConstraintComponent in org.topbraid.shacl.model.impl
Classes in org.topbraid.shacl.model.impl that implement SHConstraintComponent Modifier and Type Class Description classSHConstraintComponentImpl -
Uses of SHConstraintComponent in org.topbraid.shacl.util
Methods in org.topbraid.shacl.util that return SHConstraintComponent Modifier and Type Method Description static SHConstraintComponentSHACLUtil. getConstraintComponentOfValidator(org.apache.jena.rdf.model.Resource validator)
-