Uses of Class
bass.visualisation.graph.BassGraphElement

Packages that use BassGraphElement
bass.visualisation.graph   
 

Uses of BassGraphElement in bass.visualisation.graph
 

Classes in bass.visualisation.graph with type parameters of type BassGraphElement
 class BassList<B extends BassGraphElement>
          BassList is the abstract class for all lists (BessEdgeList, BassNodeList, BassClusterList).
 

Subclasses of BassGraphElement in bass.visualisation.graph
 class BassCluster
          A Cluster should be a group of nodes with their edges to visualize i.e. the genre rock.
 class BassEdge
          A BassEdge is an Object that describe the relation between two nodes.
 class BassNode
          A BassNode is an Object that represents a band.