info.aduna.clustermap.panel.anim
Class SubCluster

java.lang.Object
  extended by info.aduna.clustermap.panel.anim.SubCluster

public class SubCluster
extends Object

A SubCluster represents a collection of Objects of two Clusters originating from two different ClusterModels. It is usually part of a SubClusterModel, which serves as a representation of the structural change between two subsequent ClusterModels.

Note that a SubCluster is not the same as the intersection of two Clusters.

See Also:
SubClusterModel

Constructor Summary
SubCluster(Cluster firstCluster, Cluster secondCluster)
          Create a new SubCluster representing the two specified Clusters.
 
Method Summary
 void add(Object object)
           
 Cluster getFirstCluster()
           
 List getObjects()
           
 Cluster getSecondCluster()
           
 int getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubCluster

public SubCluster(Cluster firstCluster,
                  Cluster secondCluster)
Create a new SubCluster representing the two specified Clusters.

Method Detail

getFirstCluster

public Cluster getFirstCluster()

getSecondCluster

public Cluster getSecondCluster()

add

public void add(Object object)

getObjects

public List getObjects()

getSize

public int getSize()


Copyright © 1997-2008 Aduna. All Rights Reserved.