| Package | Description |
|---|---|
| sparql |
| Modifier and Type | Method and Description |
|---|---|
static <T> ValueSet<T> |
ValueSet.create()
Create a value set without polarity
|
static <T> ValueSet<T> |
ValueSet.create(Set<T> values,
boolean polarity) |
static ValueSet<com.hp.hpl.jena.sparql.expr.NodeValue> |
FilterUtils.toValueSet(org.aksw.commons.collections.Sample<com.hp.hpl.jena.sparql.expr.NodeValue> sample)
Returns true if it was cleaned, or false if the clause was unsatisfiable
|
| Modifier and Type | Method and Description |
|---|---|
static Map<com.hp.hpl.jena.sparql.core.Var,ValueSet<com.hp.hpl.jena.sparql.expr.NodeValue>> |
FilterUtils.extractValueConstraintsDnf(Set<Set<com.hp.hpl.jena.sparql.expr.Expr>> dnf)
Searches for expression of the form ?var = const
TODO We are not considering equals between variables.
|
static Map<com.hp.hpl.jena.sparql.core.Var,ValueSet<com.hp.hpl.jena.sparql.expr.NodeValue>> |
FilterUtils.extractValueConstraintsDnfClause(Set<com.hp.hpl.jena.sparql.expr.Expr> dnfClause) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueSet.merge(ValueSet<T> other) |
Copyright © 2014. All rights reserved.