org.drools.marshalling.impl
Class OutputMarshaller.AgendaGroupSorter

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

public static class OutputMarshaller.AgendaGroupSorter
extends Object
implements Comparator<AgendaGroup>


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

OutputMarshaller.AgendaGroupSorter

public OutputMarshaller.AgendaGroupSorter()
Method Detail

compare

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


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