org.dllearner.algorithms.el
Class DisjunctiveHeuristic

java.lang.Object
  extended by org.dllearner.algorithms.el.DisjunctiveHeuristic
All Implemented Interfaces:
Comparator<SearchTreeNode>, ELHeuristic

public class DisjunctiveHeuristic
extends Object
implements ELHeuristic


Constructor Summary
DisjunctiveHeuristic()
           
 
Method Summary
 int compare(SearchTreeNode tree1, SearchTreeNode tree2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

DisjunctiveHeuristic

public DisjunctiveHeuristic()
Method Detail

compare

public int compare(SearchTreeNode tree1,
                   SearchTreeNode tree2)
Specified by:
compare in interface Comparator<SearchTreeNode>


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