Package | Description |
---|---|
org.dllearner.core |
Core structure of DL-Learner including the definition of component types and a component manager.
|
org.dllearner.utilities |
Utility classes.
|
org.dllearner.utilities.datastructures |
Utility classesfor manipulating general data structures.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSearchTreeNode.notifyTree(AbstractSearchTree<T> tree) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSearchTreeNode.notifyTrees(Collection<? extends AbstractSearchTree<T>> trees)
internally used by the tree<->node contract to add this node to a set of trees
|
Modifier and Type | Method and Description |
---|---|
static <T extends AbstractSearchTreeNode> |
TreeUtils.toTreeString(AbstractSearchTree<T> tree) |
Modifier and Type | Class and Description |
---|---|
class |
SearchTree<T extends AbstractSearchTreeNode> |
class |
SearchTreeNonWeak<T extends AbstractSearchTreeNode & WeakSearchTreeNode>
A Search Tree which does not maintain weak nodes in its set
|
class |
SearchTreeNonWeakPartialSet<T extends AbstractSearchTreeNode & WeakSearchTreeNode> |
class |
SynchronizedSearchTree<T extends AbstractSearchTreeNode> |
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann