Uses of Interface
org.topbraid.shacl.model.SHFunction
-
Packages that use SHFunction Package Description org.topbraid.shacl.arq org.topbraid.shacl.model org.topbraid.shacl.model.impl -
-
Uses of SHFunction in org.topbraid.shacl.arq
Methods in org.topbraid.shacl.arq that return SHFunction Modifier and Type Method Description SHFunctionSHACLARQFunction. getSHACLFunction()Gets the underlying sh:Function Model object for this ARQ function.Constructors in org.topbraid.shacl.arq with parameters of type SHFunction Constructor Description SHACLARQFunction(SHFunction shaclFunction)Constructs a new SHACLARQFunction based on a given sh:Function. -
Uses of SHFunction in org.topbraid.shacl.model
Subinterfaces of SHFunction in org.topbraid.shacl.model Modifier and Type Interface Description interfaceSHJSFunctioninterfaceSHSPARQLFunction -
Uses of SHFunction in org.topbraid.shacl.model.impl
Classes in org.topbraid.shacl.model.impl that implement SHFunction Modifier and Type Class Description classSHJSFunctionImplclassSHSPARQLFunctionImpl
-