org.gcube.portlets.user.timeseries.charts.support.types
Class GraphGroups

java.lang.Object
  extended by org.gcube.portlets.user.timeseries.charts.support.types.GraphGroups
All Implemented Interfaces:
java.io.Serializable

public class GraphGroups
extends java.lang.Object
implements java.io.Serializable

Author:
Daniele Strollo (ISTI-CNR)
See Also:
Serialized Form

Constructor Summary
GraphGroups()
           
 
Method Summary
 void addGraph(java.lang.String key, GraphData graph)
           
 java.util.Map<java.lang.String,GraphData> getGraphs()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphGroups

public GraphGroups()
Method Detail

addGraph

public final void addGraph(java.lang.String key,
                           GraphData graph)

getGraphs

public final java.util.Map<java.lang.String,GraphData> getGraphs()