bicliqueviz
Class CommTreeNodeBComparer

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

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

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

Author:
Martin Schwartz

Constructor Summary
CommTreeNodeBComparer()
           
 
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

CommTreeNodeBComparer

public CommTreeNodeBComparer()
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>