| Package | Description |
|---|---|
| org.dllearner.algorithms.gp |
Genetic Programming Learning Algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
OWLClassExpressionTree |
OWLClassExpressionTree.getChild(int position) |
OWLClassExpressionTree |
OWLClassExpressionTree.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<OWLClassExpressionTree> |
OWLClassExpressionTree.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLClassExpressionTree.setParent(OWLClassExpressionTree parent) |
| Constructor and Description |
|---|
OWLClassExpressionTree(OWLClassExpressionTree parent,
List<OWLClassExpressionTree> children,
org.semanticweb.owlapi.model.OWLClassExpression ce) |
OWLClassExpressionTree(OWLClassExpressionTree parent,
org.semanticweb.owlapi.model.OWLClassExpression ce) |
| Constructor and Description |
|---|
OWLClassExpressionTree(OWLClassExpressionTree parent,
List<OWLClassExpressionTree> children,
org.semanticweb.owlapi.model.OWLClassExpression ce) |
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann