| Package | Description |
|---|---|
| org.semanticweb.owl.explanation.impl.blackbox.hst |
| Modifier and Type | Method and Description |
|---|---|
HittingSetTreeNode<E> |
HittingSetTree.getRoot() |
| Modifier and Type | Method and Description |
|---|---|
List<HittingSetTreeNode<E>> |
HittingSetTreeNode.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
HittingSetTreeNode.addChild(org.semanticweb.owlapi.model.OWLAxiom edgeLabel,
HittingSetTreeNode<E> node) |
void |
DepthFirstStrategy.buildHittingSetTree(HittingSetTree<E> hittingSetTree,
int limit,
ExplanationGeneratorMediator<E> handler,
HittingSetTreeNode<E> currentNode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BreadthFirstStrategy.buildHittingSetTree(HittingSetTree<E> hittingSetTree,
int limit,
ExplanationGeneratorMediator<E> handler,
List<HittingSetTreeNode<E>> queue) |
| Constructor and Description |
|---|
HittingSetTreeNode(HittingSetTree<E> tree,
org.semanticweb.owlapi.model.OWLAxiom parentEdgeLabel,
HittingSetTreeNode<E> parentNode,
boolean reuse) |
HittingSetTreeNode(HittingSetTree<E> tree,
org.semanticweb.owlapi.model.OWLAxiom parentEdgeLabel,
HittingSetTreeNode<E> parentNode,
Explanation<E> explanation,
boolean reuse) |
Copyright © 2014. All rights reserved.