bicliqueviz
Class VertexComm
java.lang.Object
   bicliqueviz.VertexComm
bicliqueviz.VertexComm
- public class VertexComm 
- extends java.lang.Object
Class for item the vertex community list
- Author:
- the1schwartz
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
VertexComm
public VertexComm(java.util.Vector<Biclique> b,
                  java.lang.String k,
                  BiGraph bgg)
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:
- toStringin class- java.lang.Object
 
-