| Modifier and Type | Interface and Description |
|---|---|
interface |
NamedRelationDefinition
Represents either a database relation (either a table or a view) or an Ontop view
|
interface |
OntopViewDefinition |
| Modifier and Type | Method and Description |
|---|---|
RelationDefinition |
Attribute.getRelation() |
RelationDefinition |
AttributeNotFoundException.getRelation() |
| Modifier and Type | Method and Description |
|---|---|
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Attribute> |
RelationDefinition.AttributeListBuilder.build(RelationDefinition relation) |
| Constructor and Description |
|---|
AttributeNotFoundException(RelationDefinition relation,
QuotedID attributeId) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNamedRelationDefinition |
class |
AbstractRelationDefinition |
class |
DatabaseTableDefinition |
class |
DatabaseViewDefinition |
class |
OntopViewDefinitionImpl |
| Modifier and Type | Method and Description |
|---|---|
RelationDefinition |
AttributeImpl.getRelation() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionalDataNode |
IntermediateQueryFactory.createExtensionalDataNode(RelationDefinition relationDefinition,
it.unibz.inf.ontop.com.google.common.collect.ImmutableMap<Integer,? extends VariableOrGroundTerm> argumentMap)
NB: keys of the argumentMap are indices.
|
ExtensionalDataNode |
IntermediateQueryFactory.createExtensionalDataNode(RelationDefinition relationDefinition,
it.unibz.inf.ontop.com.google.common.collect.ImmutableMap<Integer,? extends VariableOrGroundTerm> argumentMap,
VariableNullability variableNullability) |
| Modifier and Type | Method and Description |
|---|---|
RelationDefinition |
ExtensionalDataNode.getRelationDefinition() |
| Modifier and Type | Method and Description |
|---|---|
RelationDefinition |
ExtensionalDataNodeImpl.getRelationDefinition() |
| Modifier and Type | Method and Description |
|---|---|
RelationDefinition |
RelationPredicate.getRelationDefinition() |
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.