| Package | Description | 
|---|---|
| org.dllearner.algorithms.qtl.operations | |
| org.dllearner.algorithms.qtl.util | |
| org.dllearner.cli | 
 DL-Learner command line interface. 
 | 
| org.dllearner.kb | 
 DL-Learner knowledge sources, which can be used as background
knowledge in learning problems. 
 | 
| org.dllearner.kb.sparql | 
 Runnable scripts, each for a different task or experiment. 
 | 
| org.dllearner.reasoning | 
 Implements the connection to other reasoner or own reasoning/caching algorithms. 
 | 
| org.dllearner.scripts | |
| org.dllearner.utilities.examples | 
 Utility classes related to finding/modifying examples of
learning problems. 
 | 
| Constructor and Description | 
|---|
NBR(SparqlEndpoint endpoint)  | 
NBR(SparqlEndpoint endpoint,
   String cacheDirectory)  | 
PostLGG(SparqlEndpoint endpoint)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SPARQLEndpointEx  | 
| Constructor and Description | 
|---|
SPARQLEndpointEx(SparqlEndpoint endpoint,
                String label,
                String prefix,
                Set<String> predicateFilters)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
GlobalEnrichment.write2File(Exception e,
          SparqlEndpoint endpoint)  | 
| Constructor and Description | 
|---|
Enrichment(SparqlEndpoint se,
          org.semanticweb.owlapi.model.OWLEntity resource,
          double threshold,
          int nrOfAxiomsToLearn,
          boolean useInference,
          boolean verbose,
          int chunksize,
          int maxExecutionTimeInSeconds,
          boolean omitExistingAxioms)  | 
| Modifier and Type | Method and Description | 
|---|---|
SparqlEndpoint | 
SparqlEndpointKS.getEndpoint()  | 
| Constructor and Description | 
|---|
SparqlEndpointKS(SparqlEndpoint endpoint)  | 
SparqlEndpointKS(SparqlEndpoint endpoint,
                KnowledgeSource schema)  | 
SparqlEndpointKS(SparqlEndpoint endpoint,
                String cacheDirectory)  | 
| Modifier and Type | Method and Description | 
|---|---|
static List<SparqlEndpoint> | 
SparqlEndpoint.listEndpoints()  | 
| Modifier and Type | Method and Description | 
|---|---|
org.apache.jena.rdf.model.Model | 
ExtractionDBCache.executeConstructQuery(SparqlEndpoint endpoint,
                     String query)  | 
org.apache.jena.rdf.model.Model | 
ExtractionDBCache.executeConstructQuery(SparqlEndpoint endpoint,
                     String query,
                     int maxExecutionTimeInSeconds)  | 
String | 
ExtractionDBCache.executeSelectQuery(SparqlEndpoint endpoint,
                  String query)  | 
String | 
ExtractionDBCache.executeSelectQuery(SparqlEndpoint endpoint,
                  String query,
                  int maxExecutionTimeInSeconds)  | 
void | 
TreeBasedConciseBoundedDescriptionGenerator.setEndpoint(SparqlEndpoint endpoint)  | 
| Constructor and Description | 
|---|
ConciseBoundedDescriptionGeneratorImpl(SparqlEndpoint endpoint)  | 
ConciseBoundedDescriptionGeneratorImpl(SparqlEndpoint endpoint,
                                      String cacheDir)
Deprecated. 
 
Will be removed in next release as it is redundant. Please use  
ConciseBoundedDescriptionGeneratorImpl(QueryExecutionFactory) | 
SparqlQuery(String sparqlQueryString,
           SparqlEndpoint sparqlEndpoint)
Standard constructor. 
 | 
SPARQLTasks(Cache cache,
           SparqlEndpoint sparqlEndpoint)  | 
SPARQLTasks(SparqlEndpoint sparqlEndpoint)  | 
SymmetricConciseBoundedDescriptionGeneratorImpl(SparqlEndpoint endpoint)  | 
SymmetricConciseBoundedDescriptionGeneratorImpl(SparqlEndpoint endpoint,
                                               org.aksw.jena_sparql_api.cache.extra.CacheFrontend cache)  | 
| Constructor and Description | 
|---|
SPARQLReasoner(SparqlEndpoint endpoint)  | 
| Constructor and Description | 
|---|
SPARQLSampleDebugging(SparqlEndpoint endpoint)  | 
| Constructor and Description | 
|---|
AutomaticNegativeExampleFinderSPARQL2(SparqlEndpoint se)  | 
 DL-Learner is licenced 						under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann