public class DLQueryBasedExamplesProvider extends Object implements ExamplesProvider
| Constructor and Description |
|---|
DLQueryBasedExamplesProvider(OWLAPIReasoner rc,
org.semanticweb.owlapi.model.OWLClassExpression posExamplesCE,
org.semanticweb.owlapi.model.OWLClassExpression negExamplesCE) |
DLQueryBasedExamplesProvider(OWLAPIReasoner rc,
String posExamplesClassExpressionString,
String negExamplesClassExpressionString) |
| Modifier and Type | Method and Description |
|---|---|
Set<org.semanticweb.owlapi.model.OWLIndividual> |
getNegExamples() |
Set<org.semanticweb.owlapi.model.OWLIndividual> |
getPosExamples() |
public DLQueryBasedExamplesProvider(OWLAPIReasoner rc, org.semanticweb.owlapi.model.OWLClassExpression posExamplesCE, org.semanticweb.owlapi.model.OWLClassExpression negExamplesCE)
public DLQueryBasedExamplesProvider(OWLAPIReasoner rc, String posExamplesClassExpressionString, String negExamplesClassExpressionString)
public Set<org.semanticweb.owlapi.model.OWLIndividual> getPosExamples()
getPosExamples in interface ExamplesProviderpublic Set<org.semanticweb.owlapi.model.OWLIndividual> getNegExamples()
getNegExamples in interface ExamplesProvider
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann