Package it.unibz.inf.ontop.injection
Interface OntopSQLCoreConfiguration
-
- All Superinterfaces:
OntopModelConfiguration
- All Known Subinterfaces:
OntopSQLCredentialConfiguration
- All Known Implementing Classes:
OntopSQLCoreConfigurationImpl,OntopSQLCredentialConfigurationImpl
public interface OntopSQLCoreConfiguration extends OntopModelConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceOntopSQLCoreConfiguration.Builder<B extends OntopSQLCoreConfiguration.Builder<B>>static interfaceOntopSQLCoreConfiguration.OntopSQLCoreBuilderFragment<B extends OntopSQLCoreConfiguration.Builder<B>>-
Nested classes/interfaces inherited from interface it.unibz.inf.ontop.injection.OntopModelConfiguration
OntopModelConfiguration.OntopModelBuilderFragment<B extends OntopModelConfiguration.Builder<B>>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static OntopSQLCoreConfiguration.Builder<? extends OntopSQLCoreConfiguration.Builder<?>>defaultBuilder()OntopSQLCoreSettingsgetSettings()-
Methods inherited from interface it.unibz.inf.ontop.injection.OntopModelConfiguration
getAtomFactory, getInjector, getIQFactory, getRdfFactory, getTermFactory, getTypeFactory, validate
-
-
-
-
Method Detail
-
getSettings
OntopSQLCoreSettings getSettings()
- Specified by:
getSettingsin interfaceOntopModelConfiguration
-
defaultBuilder
static OntopSQLCoreConfiguration.Builder<? extends OntopSQLCoreConfiguration.Builder<?>> defaultBuilder()
-
-