org.simBio.sim.ps
Interface ITimeSeries


public interface ITimeSeries

時系列データを持っていることのマーク。

Version:
$Id: ITimeSeries.java,v 1.1 2007/09/25 05:26:11 mikaelwing Exp $
Author:
Sarai

Method Summary
 org.jfree.data.xy.XYSeriesCollection getXYSeriesCollection()
           
 String getXYSeriesLabel()
           
 

Method Detail

getXYSeriesCollection

org.jfree.data.xy.XYSeriesCollection getXYSeriesCollection()
Returns:
collection of x, y series data

getXYSeriesLabel

String getXYSeriesLabel()
Returns:
name of the xy series


Copyright © 2005 Cell/Biodinamics simulation project. All Rights Reserved.