org.drools.reteoo
Class RuleTerminalNode.SortDeclarations

java.lang.Object
  extended by org.drools.reteoo.RuleTerminalNode.SortDeclarations
All Implemented Interfaces:
Comparator<Declaration>
Enclosing class:
RuleTerminalNode

public static class RuleTerminalNode.SortDeclarations
extends Object
implements Comparator<Declaration>


Field Summary
static RuleTerminalNode.SortDeclarations instance
           
 
Constructor Summary
RuleTerminalNode.SortDeclarations()
           
 
Method Summary
 int compare(Declaration d1, Declaration d2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Field Detail

instance

public static final RuleTerminalNode.SortDeclarations instance
Constructor Detail

RuleTerminalNode.SortDeclarations

public RuleTerminalNode.SortDeclarations()
Method Detail

compare

public int compare(Declaration d1,
                   Declaration d2)
Specified by:
compare in interface Comparator<Declaration>


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.