info.aduna.clustermap.panel.anim
Class SubCluster
java.lang.Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubCluster
public SubCluster(Cluster firstCluster,
Cluster secondCluster)
- Create a new SubCluster representing the two specified Clusters.
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.