| Package | Description |
|---|---|
| it.unibz.inf.ontop.model.term | |
| it.unibz.inf.ontop.model.term.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BNode |
interface |
Constant
This class defines a type of
ImmutableTerm in which it has a constant
value. |
interface |
DBConstant |
interface |
GroundFunctionalTerm
Immutable ground functional term.
|
interface |
IRIConstant
Provides an interface for storing the IRI constant.
|
interface |
NonNullConstant |
interface |
ObjectConstant |
interface |
RDFConstant |
interface |
RDFLiteralConstant
Provides an interface for storing the value constant.
|
interface |
RDFTermTypeConstant
When the RDF term types are "reified" as constants
Should disappear from the query before its translation
into a native query.
|
| Modifier and Type | Method and Description |
|---|---|
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<? extends GroundTerm> |
GroundFunctionalTerm.getTerms() |
| Modifier and Type | Class and Description |
|---|---|
class |
BNodeConstantImpl
Implementation for BNodes.
|
class |
DBConstantImpl |
class |
GroundExpressionImpl |
class |
GroundFunctionalTermImpl |
class |
IRIConstantImpl
Provides a storage to put the URI constant.
|
class |
NullConstantImpl |
class |
RDFLiteralConstantImpl |
class |
RDFTermTypeConstantImpl |
| Modifier and Type | Method and Description |
|---|---|
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<? extends GroundTerm> |
GroundExpressionImpl.getTerms() |
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<? extends GroundTerm> |
GroundFunctionalTermImpl.getTerms() |
| Constructor and Description |
|---|
GroundExpressionImpl(TermFactory termFactory,
BooleanFunctionSymbol functor,
GroundTerm... terms) |
| Constructor and Description |
|---|
GroundExpressionImpl(BooleanFunctionSymbol functor,
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<? extends GroundTerm> terms,
TermFactory termFactory) |
GroundFunctionalTermImpl(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<? extends GroundTerm> terms,
FunctionSymbol functor,
TermFactory termFactory) |
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.