Package | Description |
---|---|
org.dllearner.algorithms.el |
Learning algorithms for the EL description logic.
|
org.dllearner.refinementoperators |
Refinement operator implementations.
|
Modifier and Type | Method and Description |
---|---|
ELDescriptionTree |
ELDescriptionTree.clone() |
ELDescriptionTree |
SearchTreeNode.getDescriptionTree() |
ELDescriptionTree |
ELDescriptionNode.getTree() |
ELDescriptionTree |
TreeAndRoleSet.getTree() |
Modifier and Type | Method and Description |
---|---|
int |
ELDescriptionTreeComparator.compare(ELDescriptionTree tree1,
ELDescriptionTree tree2) |
Constructor and Description |
---|
ELDescriptionNode(ELDescriptionTree tree)
Constructs an EL OWLClassExpression tree with empty root label.
|
ELDescriptionNode(ELDescriptionTree tree,
org.semanticweb.owlapi.model.OWLClass... label) |
ELDescriptionNode(ELDescriptionTree tree,
org.semanticweb.owlapi.model.OWLDataRange dataRange)
Constructs an EL description tree node given a description tree and the data range.
|
ELDescriptionNode(ELDescriptionTree tree,
TreeSet<org.semanticweb.owlapi.model.OWLClass> label)
Constructs an EL OWLClassExpression tree given its root label.
|
SearchTreeNode(ELDescriptionTree descriptionTree) |
TreeAndRoleSet(ELDescriptionTree tree,
Set<org.semanticweb.owlapi.model.OWLProperty> roles) |
Modifier and Type | Method and Description |
---|---|
List<ELDescriptionTree> |
ELDown.refine(ELDescriptionTree tree)
Performs downward refinement for the given tree.
|
Modifier and Type | Method and Description |
---|---|
List<ELDescriptionTree> |
ELDown.refine(ELDescriptionTree tree)
Performs downward refinement for the given tree.
|
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann