bicliqueviz
Class VertexComm

java.lang.Object
  extended by bicliqueviz.VertexComm

public class VertexComm
extends java.lang.Object

Class for item the vertex community list

Author:
the1schwartz

Constructor Summary
VertexComm(java.util.Vector<Biclique> b, java.lang.String k, BiGraph bgg)
           
 
Method Summary
 java.util.Vector<Biclique> getBicliques()
           
 edu.uci.ics.jung.graph.UndirectedSparseGraph<VertexObj,EdgeObj> getVertexCommGraph()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VertexComm

public VertexComm(java.util.Vector<Biclique> b,
                  java.lang.String k,
                  BiGraph bgg)
Method Detail

getBicliques

public java.util.Vector<Biclique> getBicliques()
Returns:
the list of bicliques

getVertexCommGraph

public edu.uci.ics.jung.graph.UndirectedSparseGraph<VertexObj,EdgeObj> getVertexCommGraph()
Returns:
the graph

toString

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