halflife
Class Alpha

java.lang.Object
  extended by halflife.Alpha

public class Alpha
extends java.lang.Object

Contains the function alpha and its default value extendable for definition of new alpha functions

Author:
Stefanie Kaufmann

Constructor Summary
Alpha()
          Constructor for a regular alpha object, returning 1 always
 
Method Summary
 double alpha(double t)
          Default function for alpha
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Alpha

public Alpha()
Constructor for a regular alpha object, returning 1 always

Method Detail

alpha

public double alpha(double t)
Default function for alpha

Parameters:
t - Time
Returns:
Constant value 1