public class DeclarativeFunctionDrivers extends Object implements DeclarativeFunctionDriver
| Modifier and Type | Field and Description |
|---|---|
static org.apache.jena.rdf.model.Property |
SPIN_ABSTRACT |
| Modifier and Type | Method and Description |
|---|---|
DeclarativeFunctionFactory |
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 DeclarativeFunctionDrivers |
get() |
void |
register(org.apache.jena.rdf.model.Property predicate,
DeclarativeFunctionDriver driver)
Registers a new DeclarativeFunctionDriver for a given key predicate.
|
static void |
set(DeclarativeFunctionDrivers value) |
public static DeclarativeFunctionDrivers get()
public static void set(DeclarativeFunctionDrivers value)
public DeclarativeFunctionFactory create(org.apache.jena.rdf.model.Resource function)
DeclarativeFunctionDrivercreate in interface DeclarativeFunctionDriverfunction - the function's declaration resourcepublic void register(org.apache.jena.rdf.model.Property predicate,
DeclarativeFunctionDriver driver)
predicate - the key predicatedriver - the driver to registerCopyright © 2019 TopQuadrant, Inc.. All rights reserved.