bicliqueviz
Class CommunityTreeNode

java.lang.Object
  extended by bicliqueviz.CommunityTreeNode

public class CommunityTreeNode
extends java.lang.Object

Class for community tree node in the tree menu (k=a,b folders)

Author:
Martin Schwartz

Constructor Summary
CommunityTreeNode(int aa, int bb)
           
 
Method Summary
 int getA()
           
 int getB()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommunityTreeNode

public CommunityTreeNode(int aa,
                         int bb)
Parameters:
aa - value for a
bb - value for b
Method Detail

getA

public int getA()
Returns:
value of a

getB

public int getB()
Returns:
value of b

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object