Package | Description |
---|---|
de.citec.tcs.alignment.trees |
This package contains an implementation of the Tree Edit Distance according to Zhang & Shasha (1989).
|
Modifier and Type | Method and Description |
---|---|
TreeImpl.ForestBuilder<X> |
TreeImpl.ForestBuilder.ascend()
Ascends one level in the hierarchy to the siblings of the parent node.
|
static <X> TreeImpl.ForestBuilder<X> |
TreeImpl.builder(X rootLabel)
Creates a ForestBuilder for the given root label, creates the root node and descends to the
children of the root node.
|
TreeImpl.ForestBuilder<X> |
TreeImpl.ForestBuilder.descend()
Descends one level in the hierarchy to the children of the last constructed node.
|
TreeImpl.ForestBuilder<X> |
TreeImpl.ForestBuilder.node(X label)
Constructs a new node in the current level of the hierarchy.
|
TreeImpl.ForestBuilder<X> |
TreeImpl.ForestBuilder.nodeAndDesc(X label)
Constructs a new node in the current level of the hierarchy and descends to its children.
|
Copyright (C) 2016-2018 Benjamin Paaßen, AG Theoretical Computer Science, Centre of Excellence Cognitive Interaction Technology (CITEC), University of Bielefeld, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/tcs . This documentation is licensed under the conditions of CC-BY-SA 4.0: https://creativecommons.org/licenses/by-sa/4.0/