org.simBio.sim.dm.exchange
Class LogRatioExchanger

java.lang.Object
  extended by org.simBio.sim.dm.exchange.Exchanger
      extended by org.simBio.sim.dm.exchange.LogRatioExchanger

public class LogRatioExchanger
extends Exchanger

対数グラフにおいて、等間隔となる値を設定するExchanger

Version:
$Id: LogRatioExchanger.java,v 1.4 2007/09/10 06:33:35 mikaelwing Exp $
Author:
Masanori Kuzumoto

Field Summary
 
Fields inherited from class org.simBio.sim.dm.exchange.Exchanger
childExchanger_, indexIteration_, name_, numIteration_, targetAttribute_
 
Constructor Summary
LogRatioExchanger()
           
 
Method Summary
 void exchange()
           
 void setAttributes(org.w3c.dom.Node exchangerNode)
           
 
Methods inherited from class org.simBio.sim.dm.exchange.Exchanger
getAllIndexString, getAllIterationNumber, getAllStateString, getIndexString, getStateString, setChild, setTargetAttribute, startExchange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogRatioExchanger

public LogRatioExchanger()
Method Detail

setAttributes

public void setAttributes(org.w3c.dom.Node exchangerNode)

exchange

public void exchange()
Specified by:
exchange in class Exchanger


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