Package it.unibz.inf.ontop.si.impl
Class LoadingConfiguration
- java.lang.Object
-
- it.unibz.inf.ontop.si.impl.LoadingConfiguration
-
public class LoadingConfiguration extends Object
Mainly in charge of creating the "default" configuration that is used both for SIRepository and the ontology loader
-
-
Constructor Summary
Constructors Constructor Description LoadingConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJdbcDriver()StringgetJdbcUrl()org.apache.commons.rdf.api.RDFgetRdfFactory()SQLPPSourceQueryFactorygetSourceQueryFactory()TargetAtomFactorygetTargetAtomFactory()TermFactorygetTermFactory()OWLAPITranslatorOWL2QLgetTranslatorOWL2QL()TypeFactorygetTypeFactory()
-
-
-
Method Detail
-
getTranslatorOWL2QL
public OWLAPITranslatorOWL2QL getTranslatorOWL2QL()
-
getTermFactory
public TermFactory getTermFactory()
-
getTypeFactory
public TypeFactory getTypeFactory()
-
getTargetAtomFactory
public TargetAtomFactory getTargetAtomFactory()
-
getSourceQueryFactory
public SQLPPSourceQueryFactory getSourceQueryFactory()
-
getJdbcUrl
public String getJdbcUrl()
-
getJdbcDriver
public String getJdbcDriver()
-
getRdfFactory
public org.apache.commons.rdf.api.RDF getRdfFactory()
-
-