org.drools.marshalling.impl
Class OutputMarshaller.RuleFlowGroupSorter

java.lang.Object
  extended by org.drools.marshalling.impl.OutputMarshaller.RuleFlowGroupSorter
All Implemented Interfaces:
Comparator<RuleFlowGroup>
Enclosing class:
OutputMarshaller

public static class OutputMarshaller.RuleFlowGroupSorter
extends Object
implements Comparator<RuleFlowGroup>


Field Summary
static OutputMarshaller.RuleFlowGroupSorter instance
           
 
Constructor Summary
OutputMarshaller.RuleFlowGroupSorter()
           
 
Method Summary
 int compare(RuleFlowGroup group1, RuleFlowGroup group2)
           
 
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 OutputMarshaller.RuleFlowGroupSorter instance
Constructor Detail

OutputMarshaller.RuleFlowGroupSorter

public OutputMarshaller.RuleFlowGroupSorter()
Method Detail

compare

public int compare(RuleFlowGroup group1,
                   RuleFlowGroup group2)
Specified by:
compare in interface Comparator<RuleFlowGroup>


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.