org.simBio.sim.ps
Interface IReciever


public interface IReciever

Receive result data.
結果データを受け取る。

Version:
$Id: IReciever.java,v 1.1 2007/09/25 05:24:41 mikaelwing Exp $
Author:
Sarai

Method Summary
 void addEval(java.lang.String attribName, double attribValue)
          Add evaluation name and value.
 void addKey(java.lang.String attribName, double attribValue)
          Add changing parameter's name and value.
 void exit()
          Finish one record of the result.
 

Method Detail

addKey

void addKey(java.lang.String attribName,
            double attribValue)
Add changing parameter's name and value.

Parameters:
attribName -
attribValue -

addEval

void addEval(java.lang.String attribName,
             double attribValue)
Add evaluation name and value.

Parameters:
attribName -
attribValue -

exit

void exit()
Finish one record of the result.



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