Uses of Interface
org.topbraid.shacl.model.SHParameter
Packages that use SHParameter
Package
Description
-
Uses of SHParameter in org.topbraid.shacl.engine
Methods in org.topbraid.shacl.engine that return types with arguments of type SHParameterMethod parameters in org.topbraid.shacl.engine with type arguments of type SHParameterModifier and TypeMethodDescriptionShapesGraph.createConstraint(Shape shape, SHConstraintComponent component, List<SHParameter> params, org.apache.jena.rdf.model.RDFNode parameterValue) Constructor parameters in org.topbraid.shacl.engine with type arguments of type SHParameterModifierConstructorDescriptionConstraint(Shape shape, SHConstraintComponent component, List<SHParameter> params, org.apache.jena.rdf.model.RDFNode parameterValue) -
Uses of SHParameter in org.topbraid.shacl.model
Methods in org.topbraid.shacl.model that return SHParameterModifier and TypeMethodDescriptionstatic SHParameterSHFactory.asParameter(org.apache.jena.rdf.model.RDFNode resource) Methods in org.topbraid.shacl.model that return types with arguments of type SHParameterModifier and TypeMethodDescriptionSHParameterizable.getOrderedParameters()Gets an ordered List of all declared SHParameters, based on sh:order values (if one of them exists), then the local names of the path predicates.SHParameterizable.getParameters()Gets an unordered List of all declared Parameters.SHParameterizable.getParametersMap()Gets a Map of variable names to Parameters. -
Uses of SHParameter in org.topbraid.shacl.model.impl
Classes in org.topbraid.shacl.model.impl that implement SHParameterMethods in org.topbraid.shacl.model.impl that return types with arguments of type SHParameterModifier and TypeMethodDescriptionSHParameterizableImpl.getOrderedParameters()SHParameterizableImpl.getParameters()SHParameterizableImpl.getParametersMap() -
Uses of SHParameter in org.topbraid.shacl.util
Methods in org.topbraid.shacl.util that return SHParameterModifier and TypeMethodDescriptionstatic SHParameterSHACLUtil.getParameterAtClass(org.apache.jena.rdf.model.Resource cls, org.apache.jena.rdf.model.Property predicate) static SHParameterSHACLUtil.getParameterAtInstance(org.apache.jena.rdf.model.Resource instance, org.apache.jena.rdf.model.Property predicate)