org.dllearner.algorithms.el
Class ELDescriptionEdge
java.lang.Object
org.dllearner.algorithms.el.ELDescriptionEdge
public class ELDescriptionEdge
- extends Object
A (directed) edge in an EL description tree. It consists of an edge
label, which is an object property, and the EL description tree
the edge points to.
- Author:
- Jens Lehmann
ELDescriptionEdge
public ELDescriptionEdge(ObjectProperty label,
ELDescriptionNode tree)
- Constructs and edge given a label and an EL description tree.
- Parameters:
label - The label of this edge.tree - The tree the edge points to (edges are directed).
setLabel
public void setLabel(ObjectProperty label)
- Parameters:
label - the label to set
getLabel
public ObjectProperty getLabel()
- Returns:
- The label of this edge.
getNode
public ELDescriptionNode getNode()
- Returns:
- The EL description tree
toString
public String toString()
- Overrides:
toString in class Object
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann