|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.aduna.clustermap.DefaultClusterModel
public class DefaultClusterModel
DefaultClusterModel provides a complete implementation of ClusterModel. It can be created with a given set of Classifications and Clusters. Alternatively, it can be created with only a set of Classifications, so that it calculates the set of Clusters by itself.
| Constructor Summary | |
|---|---|
DefaultClusterModel()
Creates a new, empty DefaultClusterModel. |
|
DefaultClusterModel(Collection<? extends Classification> classifications)
Creates a new DefaultClusterModel based on the specified set of Classifications. |
|
DefaultClusterModel(Collection<? extends Classification> classifications,
Collection<? extends Cluster> clusters)
Creates a new DefaultClusterModel that contains specified set of Clusters, based on the specified set of Classifications. |
|
| Method Summary | |
|---|---|
Collection<? extends Classification> |
getClassifications()
Returns the Classifications on which this ClusterModel was based. |
Collection<? extends Cluster> |
getClusters()
Returns the Clusters contained in this ClusterModel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultClusterModel()
public DefaultClusterModel(Collection<? extends Classification> classifications)
public DefaultClusterModel(Collection<? extends Classification> classifications,
Collection<? extends Cluster> clusters)
| Method Detail |
|---|
public Collection<? extends Classification> getClassifications()
getClassifications in interface ClusterModelpublic Collection<? extends Cluster> getClusters()
getClusters in interface ClusterModel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||