info.aduna.clustermap
Interface ClusterModel

All Known Implementing Classes:
DefaultClusterModel

public interface ClusterModel

A ClusterModel contains a set of Clusters that is calculated based on a set of Classifications.


Method Summary
 Collection<? extends Classification> getClassifications()
          Returns the set of Classifications on which this ClusterModel is based.
 Collection<? extends Cluster> getClusters()
          Returns the set of Clusters contained in this ClusterModel.
 

Method Detail

getClassifications

Collection<? extends Classification> getClassifications()
Returns the set of Classifications on which this ClusterModel is based.


getClusters

Collection<? extends Cluster> getClusters()
Returns the set of Clusters contained in this ClusterModel.



Copyright © 1997-2008 Aduna. All Rights Reserved.