igeo
Class INoDecay

java.lang.Object
  extended by igeo.INoDecay
All Implemented Interfaces:
IDecay

public class INoDecay
extends java.lang.Object
implements IDecay

Abstract interface for field decay

Author:
Satoru Sugihara

Constructor Summary
INoDecay()
           
 
Method Summary
 double decay(double intensity, double distance, double threshold)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

INoDecay

public INoDecay()
Method Detail

decay

public double decay(double intensity,
                    double distance,
                    double threshold)
Specified by:
decay in interface IDecay