| Modifier and Type | Method and Description |
|---|---|
SQLPPMapping |
SQLPPMappingFactory.createSQLPreProcessedMapping(com.google.common.collect.ImmutableList<SQLPPTriplesMap> newMappings,
MappingMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
SQLPPMapping |
SQLPPMappingFactoryImpl.createSQLPreProcessedMapping(com.google.common.collect.ImmutableList<SQLPPTriplesMap> ppMappingAxioms,
MappingMetadata mappingMetadata)
SQLPPPMapping creation
|
| Modifier and Type | Method and Description |
|---|---|
static Set<RelationID> |
SQLTableNameExtractor.getRealTables(QuotedIDFactory idfac,
Collection<SQLPPTriplesMap> mappings) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<SQLPPTriplesMap> |
MetaMappingExpander.getExpandedMappings(Connection connection,
DBMetadata metadata)
this method expand the input mappings, which may include meta mappings, to the concrete mappings
|
com.google.common.collect.ImmutableList<SQLPPTriplesMap> |
MetaMappingExpander.getNonExpandableMappings() |
| Constructor and Description |
|---|
MetaMappingExpander(Collection<SQLPPTriplesMap> mappings,
it.unibz.inf.ontop.model.term.TermFactory termFactory,
it.unibz.inf.ontop.substitution.SubstitutionFactory substitutionFactory,
TypeFactory typeFactory,
org.apache.commons.rdf.api.RDF rdfFactory) |
| Modifier and Type | Method and Description |
|---|---|
SQLPPTriplesMap |
SQLPPTriplesMap.extractPPMappingAssertion(it.unibz.inf.ontop.model.atom.TargetAtom atom)
PPMappingAssertion: a SQLPPTriplesMap with a single target atom.
|
SQLPPTriplesMap |
SQLPPTriplesMap.extractPPMappingAssertions(String newId,
com.google.common.collect.ImmutableList<it.unibz.inf.ontop.model.atom.TargetAtom> atoms) |
SQLPPTriplesMap |
SQLPPMapping.getPPMappingAxiom(String axiomId)
Retrieves the pre-processed mapping axiom given its id.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSQLPPTriplesMap |
class |
OntopNativeSQLPPTriplesMap
When the input mapping document is in the native Ontop format
|
| Modifier and Type | Method and Description |
|---|---|
SQLPPTriplesMap |
OntopNativeSQLPPTriplesMap.extractPPMappingAssertion(it.unibz.inf.ontop.model.atom.TargetAtom atom) |
SQLPPTriplesMap |
OntopNativeSQLPPTriplesMap.extractPPMappingAssertions(String newId,
com.google.common.collect.ImmutableList<it.unibz.inf.ontop.model.atom.TargetAtom> atoms) |
SQLPPTriplesMap |
SQLPPMappingImpl.getPPMappingAxiom(String axiomId) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<SQLPPTriplesMap> |
SQLPPMappingImpl.getTripleMaps() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<it.unibz.inf.ontop.iq.IQ,PPMappingAssertionProvenance> |
LegacySQLPPMappingConverter.convert(Collection<SQLPPTriplesMap> triplesMaps,
RDBMetadata metadata)
May also add views in the DBMetadata!
|
| Constructor and Description |
|---|
SQLPPMappingImpl(com.google.common.collect.ImmutableList<SQLPPTriplesMap> newMappings,
MappingMetadata mappingMetadata)
Normal constructor.
|
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.