org.simBio.sim.ps
Interface IKeys

All Known Implementing Classes:
ParamEvalKeeper

public interface IKeys

変化させているパラメータのリストを持っているマーク。

Version:
$Id: IKeys.java,v 1.1 2007/09/25 05:20:23 mikaelwing Exp $
Author:
Sarai

Method Summary
 java.lang.String[] getKeyLabels()
           
 double[] getKeys()
           
 

Method Detail

getKeyLabels

java.lang.String[] getKeyLabels()
Returns:
パラメータの名前を、親の名前をprefix個含んだ名前の配列として返す。

getKeys

double[] getKeys()
Returns:
現在のパラメータ値の配列


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