info.aduna.clustermap.panel.request
Class GraphRequest

java.lang.Object
  extended by info.aduna.clustermap.panel.request.Request
      extended by 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.


Constructor Summary
GraphRequest(Object source, ClusterModel model)
           
GraphRequest(Object source, Collection<Classification> classifications)
           
 
Method Summary
 Collection<Classification> getClassifications()
           
 ClusterModel getClusterModel()
           
 
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
 

Constructor Detail

GraphRequest

public GraphRequest(Object source,
                    Collection<Classification> classifications)

GraphRequest

public GraphRequest(Object source,
                    ClusterModel model)
Method Detail

getClassifications

public Collection<Classification> getClassifications()

getClusterModel

public ClusterModel getClusterModel()


Copyright © 1997-2008 Aduna. All Rights Reserved.