| Interface | Description |
|---|---|
| Restriction | |
| RestrictionManager |
Interface for associating restrictions with
(query) variables.
|
| RestrictionSet |
A set of restrictions corresponding to the union of restrictions.
|
| Class | Description |
|---|---|
| Prefix | |
| PrefixSet |
TODO Switch to a trie data structure
|
| RestrictionImpl |
This class represents restrictions to be used on variables.
|
| RestrictionManagerImpl |
This class combines two concepts:
- Construction of expressions
- Binding variables to values (thus constraining the set of possible values for variables)
Furthermore, we can distinguish between bindings inferred from expressions,
such as (?p = rdf:type) -> (?p -> rdf:type)
and bindings stated by the user
A monotone container for assigning constraints to expressions.
|
| RestrictionSetImpl |
A disjunction of restrictions.
|
| RestrictionValues |
Restrictions for explicit values
|
| TernaryLogic | |
| ValueSet<T> |
| Enum | Description |
|---|---|
| Polarity | |
| RdfTermType |
RDF term types
|
Copyright © 2015. All rights reserved.