bicliqueviz
Class CommTreeNodeComparer

java.lang.Object
  extended by bicliqueviz.CommTreeNodeComparer
All Implemented Interfaces:
java.util.Comparator<org.dotuseful.ui.tree.AutomatedTreeNode>

public class CommTreeNodeComparer
extends java.lang.Object
implements java.util.Comparator<org.dotuseful.ui.tree.AutomatedTreeNode>

Comparer for communities in the tree menu (sort by type A)

Author:
Martin Schwartz

Constructor Summary
CommTreeNodeComparer()
           
 
Method Summary
 int compare(org.dotuseful.ui.tree.AutomatedTreeNode an, org.dotuseful.ui.tree.AutomatedTreeNode bn)
           
 
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

CommTreeNodeComparer

public CommTreeNodeComparer()
Method Detail

compare

public int compare(org.dotuseful.ui.tree.AutomatedTreeNode an,
                   org.dotuseful.ui.tree.AutomatedTreeNode bn)
Specified by:
compare in interface java.util.Comparator<org.dotuseful.ui.tree.AutomatedTreeNode>