org.simBio.sim.ps.view
Class PlotLouncher

java.lang.Object
  extended by org.simBio.sim.ps.view.PlotLouncher
All Implemented Interfaces:
IParamSpaceObserver

public class PlotLouncher
extends java.lang.Object
implements IParamSpaceObserver

ParameterSpaceの持っているデータをグラフ表示する。

Version:
$Id: PlotLouncher.java,v 1.1 2007/09/25 06:52:51 mikaelwing Exp $
Author:
Sarai

Field Summary
static boolean[] isPlots
          Flag to plot PlotLine, PlotContour, PlotTimeSeries
 int numPlots
          Number of plots
 
Constructor Summary
PlotLouncher()
           
 
Method Summary
 void exit()
          データの追加が終了したことを通知。
 void update(ICollection collector)
          データが更新されたことを通知。
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numPlots

public int numPlots
Number of plots


isPlots

public static boolean[] isPlots
Flag to plot PlotLine, PlotContour, PlotTimeSeries

Constructor Detail

PlotLouncher

public PlotLouncher()
Method Detail

update

public void update(ICollection collector)
Description copied from interface: IParamSpaceObserver
データが更新されたことを通知。

Specified by:
update in interface IParamSpaceObserver
Parameters:
collector - result keeper

exit

public void exit()
Description copied from interface: IParamSpaceObserver
データの追加が終了したことを通知。

Specified by:
exit in interface IParamSpaceObserver


Copyright © 2002-2008 Cell/Biodinamics simulation project. All Rights Reserved.