Uses of Interface
org.topbraid.shacl.model.SHConstraintComponent
Packages that use SHConstraintComponent
Package
Description
-
Uses of SHConstraintComponent in org.topbraid.shacl.arq.functions
Constructors in org.topbraid.shacl.arq.functions with parameters of type SHConstraintComponentModifierConstructorDescriptionSHACLSPARQLARQFunction(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 SHConstraintComponentModifier and TypeMethodDescriptionConstraint.getComponent()ShapesGraph.getComponentWithParameter(org.apache.jena.rdf.model.Property parameter) Methods in org.topbraid.shacl.engine with parameters of type SHConstraintComponentModifier and TypeMethodDescriptionShapesGraph.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 SHConstraintComponentModifierConstructorDescriptionConstraint(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 SHConstraintComponentModifier and TypeMethodDescriptionstatic 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 -
Uses of SHConstraintComponent in org.topbraid.shacl.util
Methods in org.topbraid.shacl.util that return SHConstraintComponentModifier and TypeMethodDescriptionstatic SHConstraintComponentSHACLUtil.getConstraintComponentOfValidator(org.apache.jena.rdf.model.Resource validator)