bicliqueviz
Class ListCommunity

java.lang.Object
  extended by bicliqueviz.Community
      extended by bicliqueviz.ListCommunity

public class ListCommunity
extends Community

Same as Community class just different toString() method

Author:
the1schwartz

Constructor Summary
ListCommunity(java.util.Vector<Biclique> b, int i, java.lang.String ct)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class bicliqueviz.Community
getAllLowerNodes, getAllUpperNodes, getBicliques, getCommType, getID, getNumOfLowerNodes, getNumOfOverlappingNodes, getNumOfTotalNodes, getNumOfUpperNodes, getOverlappingNodes, incrementVertexOccurs
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListCommunity

public ListCommunity(java.util.Vector<Biclique> b,
                     int i,
                     java.lang.String ct)
Method Detail

toString

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