bass.visualisation.graph
Class BassClusterList

java.lang.Object
  extended by bass.visualisation.graph.BassList<BassCluster>
      extended by bass.visualisation.graph.BassClusterList
All Implemented Interfaces:
java.lang.Iterable<BassCluster>

public class BassClusterList
extends BassList<BassCluster>

A List of several BassClusters. Same as there. This feature is frozen for now. Definately not used in the current version of bass.

Version:
0.1
Author:
Patrick Mai

Field Summary
 
Fields inherited from class bass.visualisation.graph.BassList
amount, elements
 
Constructor Summary
BassClusterList()
           
 
Method Summary
 void add(BassCluster c)
           
 boolean isAncestor(BassCluster c)
           
 void remove(BassCluster c)
           
 
Methods inherited from class bass.visualisation.graph.BassList
iterator, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BassClusterList

public BassClusterList()
Method Detail

add

public void add(BassCluster c)

remove

public void remove(BassCluster c)

isAncestor

public boolean isAncestor(BassCluster c)