public class MagicPropertyPolicy extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MagicPropertyPolicy.Policy |
| Constructor and Description |
|---|
MagicPropertyPolicy() |
| Modifier and Type | Method and Description |
|---|---|
static MagicPropertyPolicy |
get() |
MagicPropertyPolicy.Policy |
getPolicy(String functionURI,
org.apache.jena.graph.Graph graph,
org.apache.jena.graph.Node matchSubject,
org.apache.jena.graph.Node matchObject)
Checks whether a given magic property call should return asserted
triples, dynamically computed query results, or both for a given
subject/object combination.
|
static void |
set(MagicPropertyPolicy value) |
public static MagicPropertyPolicy get()
public static void set(MagicPropertyPolicy value)
public MagicPropertyPolicy.Policy getPolicy(String functionURI, org.apache.jena.graph.Graph graph, org.apache.jena.graph.Node matchSubject, org.apache.jena.graph.Node matchObject)
functionURI - the URI of the functiongraph - the Graph to querymatchSubject - the subject Node or nullmatchObject - the object Node or nullCopyright © 2017 TopQuadrant, Inc.. All rights reserved.