public class SPINFunctionDrivers extends Object implements SPINFunctionDriver
| Modifier and Type | Method and Description |
|---|---|
SPINFunctionFactory |
create(org.apache.jena.rdf.model.Resource function)
If this factory is responsible for the provided function Resource
then it must create a FunctionFactory which can then be registered.
|
static SPINFunctionDrivers |
get() |
void |
register(org.apache.jena.rdf.model.Property predicate,
SPINFunctionDriver driver)
Registers a new SPINFunctionDriver for a given key predicate.
|
static void |
set(SPINFunctionDrivers value) |
public static SPINFunctionDrivers get()
public static void set(SPINFunctionDrivers value)
public SPINFunctionFactory create(org.apache.jena.rdf.model.Resource function)
SPINFunctionDrivercreate in interface SPINFunctionDriverfunction - the SPIN Function's resourcepublic void register(org.apache.jena.rdf.model.Property predicate,
SPINFunctionDriver driver)
predicate - the key predicatedriver - the driver to registerCopyright © 2017 TopQuadrant, Inc.. All rights reserved.