Uses of Interface
org.topbraid.shacl.model.SHSPARQLFunction
-
Packages that use SHSPARQLFunction Package Description org.topbraid.shacl.arq.functions org.topbraid.shacl.model org.topbraid.shacl.model.impl -
-
Uses of SHSPARQLFunction in org.topbraid.shacl.arq.functions
Constructors in org.topbraid.shacl.arq.functions with parameters of type SHSPARQLFunction Constructor Description SHACLSPARQLARQFunction(SHSPARQLFunction shaclFunction)Constructs a new SHACLSPARQLARQFunction based on a given sh:Function. -
Uses of SHSPARQLFunction in org.topbraid.shacl.model
Methods in org.topbraid.shacl.model that return SHSPARQLFunction Modifier and Type Method Description static SHSPARQLFunctionSHFactory. asSPARQLFunction(org.apache.jena.rdf.model.RDFNode resource) -
Uses of SHSPARQLFunction in org.topbraid.shacl.model.impl
Classes in org.topbraid.shacl.model.impl that implement SHSPARQLFunction Modifier and Type Class Description classSHSPARQLFunctionImpl
-