biocell
Class Strategy

java.lang.Object
  extended by biocell.Strategy

public class Strategy
extends java.lang.Object

Author:
martin lukac This class represents the control module of the energy based model. This class should not be called by user classes but the

Nested Class Summary
(package private)  class Strategy.StrategyParam
           
 
Constructor Summary
Strategy(DynamicMood moodParameters)
          sample constructor using default values for the function radius
 
Method Summary
 void step(double amount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Strategy

Strategy(DynamicMood moodParameters)
sample constructor using default values for the function radius

Parameters:
e -
Method Detail

step

public void step(double amount)