com.ikokoon.serenity.model
Interface IModel

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Model

public interface IModel
extends java.io.Serializable

Since:
09.12.09
Version:
01.00
Author:
Michael Couck
See Also:
Model

Method Summary
 java.util.List<java.lang.String> getLegend()
          Access to the legend for the graph.
 java.util.List<java.util.ArrayList<java.lang.Double>> getMetrics()
          Access to the matrix of the data for the composites.
 java.lang.String getName()
          Access to the name of the composite.
 

Method Detail

getName

java.lang.String getName()
Access to the name of the composite.

Returns:
the name of the composites or set of composites

getLegend

java.util.List<java.lang.String> getLegend()
Access to the legend for the graph.

Returns:
the list of strings that represent the legend of the graph

getMetrics

java.util.List<java.util.ArrayList<java.lang.Double>> getMetrics()
Access to the matrix of the data for the composites.

Returns:
the matrix of data for the graph


Copyright © 2010. All Rights Reserved.