Uses of Class
org.topbraid.jenax.functions.AbstractFunction
-
Packages that use AbstractFunction Package Description org.topbraid.jenax.functions org.topbraid.shacl.arq.functions -
-
Uses of AbstractFunction in org.topbraid.jenax.functions
Subclasses of AbstractFunction in org.topbraid.jenax.functions Modifier and Type Class Description classAbstractFunction0An abstract superclass for functions with 0 arguments.classAbstractFunction1An abstract superclass for Functions with 1 argument.classAbstractFunction2An abstract superclass for Functions with 2 arguments.classAbstractFunction3An abstract superclass for Functions with 3 arguments.classAbstractFunction4An abstract superclass for Functions with 4 arguments.classAbstractFunction5An abstract superclass for Functions with 5 arguments.classAbstractFunction6An abstract superclass for Functions with 6 arguments. -
Uses of AbstractFunction in org.topbraid.shacl.arq.functions
Subclasses of AbstractFunction in org.topbraid.shacl.arq.functions Modifier and Type Class Description classCheckRegexSyntaxFunctionclassHasShapeFunctionThe implementation of the tosh:hasShape function.classIsDeactivatedFunctionNative implementation of dash:isDeactivated.classIsInTargetOfFunctionThe function tosh:isInTargetOf.classIsValidForDatatypeFunctionThe function spif:isValidForDatatypeclassIsValidLangTagFunctionThe SPARQL function spif:isValidLangTag.
-