Class AbstractNativeMultiFunction
- java.lang.Object
-
- org.topbraid.shacl.multifunctions.AbstractMultiFunction
-
- org.topbraid.shacl.multifunctions.AbstractNativeMultiFunction
-
- All Implemented Interfaces:
MultiFunction
- Direct Known Subclasses:
AbstractMultiFunction1
public abstract class AbstractNativeMultiFunction extends AbstractMultiFunction
Base class for all natively (Java) implemented MultiFunctions. They are initialized without the metadata (parameter declarations etc) but that will be added once the corresponding .api. file will be reached.- Author:
- Holger Knublauch
-
-
Method Summary
-
Methods inherited from class org.topbraid.shacl.multifunctions.AbstractMultiFunction
getAPIStatus, getDescription, getParameters, getResultVars, getURI, initFrom
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.topbraid.shacl.multifunctions.MultiFunction
execute
-
-