Uses of Class
bass.visualisation.graph.BassEdgeList

Packages that use BassEdgeList
bass.visualisation.graph   
bass.visualisation.layout   
bass.visualisation.view   
 

Uses of BassEdgeList in bass.visualisation.graph
 

Fields in bass.visualisation.graph declared as BassEdgeList
(package private)  BassEdgeList[] DTOToLists.allEdges
           
(package private)  BassEdgeList[] BassSceneGraph.allEdgesArray
           
private  BassEdgeList BassNode.edges
           
private  BassEdgeList BassCluster.internalEdges
           
 

Methods in bass.visualisation.graph that return BassEdgeList
 BassEdgeList[] DTOToLists.getEdgeList()
           
 BassEdgeList BassNode.getEdgesOfThisNode()
          Get all BassEdges of this BassNode as a List
 BassEdgeList BassNode.getInEdges()
           
 BassEdgeList BassCluster.getInternalEdges()
           
 BassEdgeList BassNode.getOutEdges()
           
 

Methods in bass.visualisation.graph with parameters of type BassEdgeList
static BassNodeList[] CalcNodesEdgesBands.getSelectedBand(BassNodeList allnodes, BassEdgeList alledges, int minFriends, java.lang.String id, int depth, boolean edgeConn, boolean friendsConn)
          Deprecated.  
 

Uses of BassEdgeList in bass.visualisation.layout
 

Methods in bass.visualisation.layout with parameters of type BassEdgeList
private static void BassLayout.calcPositions(BassNodeList[] nodesToCalcArray, BassEdgeList[] edgesToCalc, java.lang.String startBand, boolean friendsConn, boolean edgeConn, int depth)
           
private static void BassLayout.calcPositionsDepth2(BassNodeList[] nodesToCalcArray, BassEdgeList[] edgesToCalc, java.lang.String startBand, boolean edgeConn)
          Calculates positions in a z=0 and then x=0 circle around the specific band
static void BassLayout.calculatePositionsBandnetwork(BassNodeList[] nodesToCalc, BassEdgeList[] edgesToCalc, java.lang.String startBand, int depth, boolean friendsConn, boolean edgeConn)
          It calls the calcPosition method
 

Uses of BassEdgeList in bass.visualisation.view
 

Methods in bass.visualisation.view with parameters of type BassEdgeList
static javax.media.j3d.BranchGroup BandView.showABandWithFriends(BassNodeList[] allNodesArray, BassEdgeList[] allEdgesArray, java.lang.String band, int depth, boolean withConnectedFriends, boolean edgeconnection, boolean showNames, Gui theGui)
           
private static void BandView.showEdges(BassEdgeList[] edges, java.lang.String mainBand, javax.media.j3d.BranchGroup theBranch, int whichEdges)