org.dllearner.algorithms.el
Class TreeTuple

java.lang.Object
  extended by org.dllearner.algorithms.el.TreeTuple

public class TreeTuple
extends Object

A tuple of two EL description trees.

Author:
Jens Lehmann

Constructor Summary
TreeTuple(ELDescriptionNode tree1, ELDescriptionNode tree2)
           
 
Method Summary
 ELDescriptionNode getTree1()
          Gets first tree.
 ELDescriptionNode getTree2()
          Gets second tree.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeTuple

public TreeTuple(ELDescriptionNode tree1,
                 ELDescriptionNode tree2)
Method Detail

getTree1

public ELDescriptionNode getTree1()
Gets first tree.

Returns:
- first tree

getTree2

public ELDescriptionNode getTree2()
Gets second tree.

Returns:
- second tree


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