bass.visualisation.graph
Class CalcNodesEdgesBands

java.lang.Object
  extended by bass.visualisation.graph.CalcNodesEdgesBands

Deprecated.

public class CalcNodesEdgesBands
extends java.lang.Object

This class is not used in the current System of bass. It could be useful if we would get all bands out of the db and then do some sorting here

Version:
0.1
Author:
Patrick Mai

Constructor Summary
CalcNodesEdgesBands()
          Deprecated.  
 
Method Summary
static BassNodeList[] getSelectedBand(BassNodeList allnodes, BassEdgeList alledges, int minFriends, java.lang.String id, int depth, boolean edgeConn, boolean friendsConn)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalcNodesEdgesBands

public CalcNodesEdgesBands()
Deprecated. 
Method Detail

getSelectedBand

public static BassNodeList[] getSelectedBand(BassNodeList allnodes,
                                             BassEdgeList alledges,
                                             int minFriends,
                                             java.lang.String id,
                                             int depth,
                                             boolean edgeConn,
                                             boolean friendsConn)
Deprecated.