Uses of Class
bicliqueviz.Community

Uses of Community in bicliqueviz
 

Subclasses of Community in bicliqueviz
 class ListCommunity
          Same as Community class just different toString() method
 

Methods in bicliqueviz that return types with arguments of type Community
 java.util.Vector<java.util.TreeSet<Community>> BicliqueTreeMenu.getCommunitiesTree()
           
 

Methods in bicliqueviz with parameters of type Community
 int CommunityComparer.compare(Community obj1, Community obj2)
           
 NumberPair Community.getNumOfOverlappingNodes(Community c)
           
 java.util.HashSet<java.lang.Integer>[] Community.getOverlappingNodes(Community c)
           
 void BiCliqueWin.selectCommunity(Community cc)
           
 

Method parameters in bicliqueviz with type arguments of type Community
 void CacheFilesLoader.createTreeMenu(org.dotuseful.ui.tree.SortedTreeNode top, java.util.Vector<java.util.TreeSet<Community>> communitiesTree, java.util.Vector<java.util.Vector<Biclique>> bicliquesTree, java.util.Vector<Biclique> bicliques)
          Creates the tree menu
 

Constructor parameters in bicliqueviz with type arguments of type Community
SearchResultsCommWin(java.util.Vector<Community> r, BiCliqueWin w)