info.aduna.clustermap.panel.request
Class GraphRequest
java.lang.Object
info.aduna.clustermap.panel.request.Request
info.aduna.clustermap.panel.request.GraphRequest
public class GraphRequest
- extends Request
Instances of this class are used to request a RequestHandler to produce
a new map, based on either a set of Classifications or a ready-made
ClusterModel.
| Methods inherited from class info.aduna.clustermap.panel.request.Request |
getSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphRequest
public GraphRequest(Object source,
Collection<Classification> classifications)
GraphRequest
public GraphRequest(Object source,
ClusterModel model)
getClassifications
public Collection<Classification> getClassifications()
getClusterModel
public ClusterModel getClusterModel()
Copyright © 1997-2008 Aduna. All Rights Reserved.