Uses of Interface
org.topbraid.shacl.model.SHParameter
-
Packages that use SHParameter Package Description org.topbraid.shacl.engine org.topbraid.shacl.model org.topbraid.shacl.model.impl org.topbraid.shacl.util -
-
Uses of SHParameter in org.topbraid.shacl.engine
Methods in org.topbraid.shacl.engine that return types with arguments of type SHParameter Modifier and Type Method Description List<SHParameter>Constraint. getParameters()Method parameters in org.topbraid.shacl.engine with type arguments of type SHParameter Modifier and Type Method Description ConstraintShapesGraph. 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 SHParameter Constructor Description Constraint(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 SHParameter Modifier and Type Method Description static SHParameterSHFactory. asParameter(org.apache.jena.rdf.model.RDFNode resource)Methods in org.topbraid.shacl.model that return types with arguments of type SHParameter Modifier and Type Method Description List<SHParameter>SHParameterizable. 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.List<SHParameter>SHParameterizable. getParameters()Gets an unordered List of all declared Parameters.Map<String,SHParameter>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 SHParameter Modifier and Type Class Description classSHParameterImplMethods in org.topbraid.shacl.model.impl that return types with arguments of type SHParameter Modifier and Type Method Description List<SHParameter>SHParameterizableImpl. getOrderedParameters()List<SHParameter>SHParameterizableImpl. getParameters()Map<String,SHParameter>SHParameterizableImpl. getParametersMap() -
Uses of SHParameter in org.topbraid.shacl.util
Methods in org.topbraid.shacl.util that return SHParameter Modifier and Type Method Description static 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)
-