|
Class Summary |
| BassCluster |
A Cluster should be a group of nodes with their edges to visualize i.e. the genre rock. |
| BassClusterList |
A List of several BassClusters. |
| BassEdge |
A BassEdge is an Object that describe the relation between two nodes. |
| BassEdgeList |
BassEdgeList contains as much BassEdges as desired. |
| BassGraphElement |
A BassGraphElement is the basic ancestor / superclass of anything that can appear in the graph. |
| BassList<B extends BassGraphElement> |
BassList is the abstract class for all lists (BessEdgeList, BassNodeList, BassClusterList). |
| BassNode |
A BassNode is an Object that represents a band. |
| BassNodeList |
BassNodeList contains as much BassNodes as desired. |
| BassSceneGraph |
This class actually creates the scenegraph. |
| CalcNodesEdgesBands |
Deprecated. |
| DTOToLists |
This class builds lists of edges and nodes for all inputdata from the db. |