V - public interface RestrictionManager
| Modifier and Type | Method and Description |
|---|---|
Boolean |
determineSatisfiability(com.hp.hpl.jena.sparql.expr.Expr expr)
Test whether the given expression is satisfiable in
regard to the given restrictions
|
RestrictionImpl |
getOrCreateLocalRestriction(com.hp.hpl.jena.sparql.core.Var a) |
RestrictionImpl |
getRestriction(com.hp.hpl.jena.sparql.expr.Expr expr)
Return the restriction associated with as expression.
|
RestrictionImpl |
getRestriction(com.hp.hpl.jena.sparql.core.Var a)
Get the restriction associated with the given variable
|
void |
stateLiteral(com.hp.hpl.jena.sparql.core.Var a,
com.hp.hpl.jena.sparql.expr.NodeValue b) |
void |
stateNode(com.hp.hpl.jena.sparql.core.Var a,
com.hp.hpl.jena.graph.Node b) |
void |
stateNonEqual(com.hp.hpl.jena.sparql.core.Var a,
com.hp.hpl.jena.sparql.core.Var b) |
void |
stateType(com.hp.hpl.jena.sparql.core.Var a,
RdfTermType type) |
void |
stateUri(com.hp.hpl.jena.sparql.core.Var a,
String uri) |
Boolean determineSatisfiability(com.hp.hpl.jena.sparql.expr.Expr expr)
expr - The expression to test for satisfiabilityRestrictionImpl getRestriction(com.hp.hpl.jena.sparql.core.Var a)
a - RestrictionImpl getRestriction(com.hp.hpl.jena.sparql.expr.Expr expr)
expr - RestrictionImpl getOrCreateLocalRestriction(com.hp.hpl.jena.sparql.core.Var a)
void stateType(com.hp.hpl.jena.sparql.core.Var a,
RdfTermType type)
void stateNode(com.hp.hpl.jena.sparql.core.Var a,
com.hp.hpl.jena.graph.Node b)
void stateUri(com.hp.hpl.jena.sparql.core.Var a,
String uri)
void stateLiteral(com.hp.hpl.jena.sparql.core.Var a,
com.hp.hpl.jena.sparql.expr.NodeValue b)
void stateNonEqual(com.hp.hpl.jena.sparql.core.Var a,
com.hp.hpl.jena.sparql.core.Var b)
Copyright © 2015. All rights reserved.