org.simBio.core.integrator
Class EulerList

java.lang.Object
  extended by java.util.AbstractCollection
      extended by java.util.AbstractList
          extended by java.util.ArrayList
              extended by org.simBio.core.VariableList
                  extended by org.simBio.core.integrator.EulerList
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess

public class EulerList
extends VariableList

include euler engine & dt adjuster

Version:
$Id: EulerList.java,v 1.2 2006/06/13 00:59:46 nsarai Exp $
Author:
Nobuaki Sarai
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.simBio.core.VariableList
minDt, reactors
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
EulerList()
           
 
Method Summary
 double update(double t)
          call all Euler's update()
全てのVariableのupdate()を呼び出す。
 
Methods inherited from class org.simBio.core.VariableList
adjustDt, logIndented, prepare, setLinks
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

EulerList

public EulerList()
Method Detail

update

public double update(double t)
call all Euler's update()
全てのVariableのupdate()を呼び出す。

Specified by:
update in class VariableList
Parameters:
t - elapsed time
Returns:
time step


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