pt.digitalis.sampleApp.util.stats
Class Series

java.lang.Object
  extended by pt.digitalis.sampleApp.util.stats.Series

public class Series
extends Object

Author:
Pedro Viegas pviegas@digitalis.pt

Constructor Summary
Series(String name, long[] values)
          Constructor
 
Method Summary
 String getName()
           
 long[] getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Series

public Series(String name,
              long[] values)
Constructor

Parameters:
name - the name of the series
values - the values of the series
Method Detail

getName

public String getName()
Returns:
the name

getValues

public long[] getValues()
Returns:
the values


Copyright © 2009 Digitalis Informática Lda. All Rights Reserved.