| Interface | Description |
|---|---|
| BNode | |
| Constant |
This class defines a type of
Term in which it has a constant
value. |
| DBConstant | |
| Expression |
An expression has an Operation predicate.
|
| Function |
This class defines a type of
Term in which it denotes a mapping
of one or more elements in a set (called the domain of the function) into a
unique element of another set (the range of the function). |
| FunctionalTermSimplification | |
| GroundFunctionalTerm |
Immutable ground functional term.
|
| GroundTerm |
Term that is not a variable nor contains any variable.
|
| ImmutableExpression | |
| ImmutableExpression.Evaluation | |
| ImmutableFunctionalTerm |
Functional term that is declared as immutable.
|
| ImmutableFunctionalTerm.FunctionalTermDecomposition | |
| ImmutableTerm |
Term that is guaranteed to be immutable.
|
| IncrementalEvaluation |
TODO: find a better name
3-value logic
|
| IRIConstant |
Provides an interface for storing the IRI constant.
|
| NonConstantTerm | |
| NonFunctionalTerm |
"Class" grouping variables and constants.
|
| NonGroundFunctionalTerm |
Immutable functional term is not a ground term
|
| NonGroundTerm |
Immutable terms that are NOT ground terms.
|
| NonNullConstant | |
| NonVariableTerm |
Term that is not a variable (i.e.
|
| ObjectConstant | |
| RDFConstant | |
| RDFLiteralConstant |
Provides an interface for storing the value constant.
|
| RDFTermTypeConstant |
When the RDF term types are "reified" as constants
Should disappear from the query before its translation
into a native query.
|
| Term |
This class defines the basic component of expressions that are constructed from
literals, bnodes, URIs and variables using functions
OLD! Only use it for Datalog
|
| TermFactory |
Accessible through Guice (recommended) or through CoreSingletons.
|
| Variable |
This class defines a type of
Term in which it expresses a quantity
that during a calculation is assumed to vary or be capable of varying in
value. |
| VariableOrGroundTerm |
Either a variable or a ground term.
|
| Enum | Description |
|---|---|
| ImmutableExpression.Evaluation.BooleanValue | |
| IncrementalEvaluation.Status |
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.