org.dllearner.algorithms
Interface SearchTreeNode

All Known Implementing Classes:
ExampleBasedNode, FuzzyOENode, OENode

public interface SearchTreeNode

Interface for search tree nodes, which are used in various algorithms.

Author:
Jens Lehmann

Method Summary
 Collection<? extends SearchTreeNode> getChildren()
          The children of this node.
 Description getExpression()
          Gets the OWL 2 class expression at this search tree node.
 

Method Detail

getExpression

Description getExpression()
Gets the OWL 2 class expression at this search tree node.

Returns:
The expression at this node.

getChildren

Collection<? extends SearchTreeNode> getChildren()
The children of this node.

Returns:
The children of this node.


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann