Uses of Interface
org.topbraid.shacl.model.SHParameterizable
-
Packages that use SHParameterizable Package Description org.topbraid.shacl.arq org.topbraid.shacl.model org.topbraid.shacl.model.impl -
-
Uses of SHParameterizable in org.topbraid.shacl.arq
Methods in org.topbraid.shacl.arq with parameters of type SHParameterizable Modifier and Type Method Description protected voidSHACLARQFunction. addParameters(SHParameterizable parameterizable) -
Uses of SHParameterizable in org.topbraid.shacl.model
Subinterfaces of SHParameterizable in org.topbraid.shacl.model Modifier and Type Interface Description interfaceSHConstraintComponentinterfaceSHFunctioninterfaceSHJSFunctioninterfaceSHSPARQLFunctionMethods in org.topbraid.shacl.model that return SHParameterizable Modifier and Type Method Description static SHParameterizableSHFactory. asParameterizable(org.apache.jena.rdf.model.RDFNode resource)SHParameterizableSHParameterizableInstance. getParameterizable() -
Uses of SHParameterizable in org.topbraid.shacl.model.impl
Classes in org.topbraid.shacl.model.impl that implement SHParameterizable Modifier and Type Class Description classSHConstraintComponentImplclassSHJSFunctionImplclassSHParameterizableImplclassSHSPARQLFunctionImplMethods in org.topbraid.shacl.model.impl that return SHParameterizable Modifier and Type Method Description SHParameterizableSHParameterizableInstanceImpl. getParameterizable()
-