zeus.util
Class Profile

java.lang.Object
  extended byzeus.util.Profile

public class Profile
extends java.lang.Object


Nested Class Summary
(package private)  class Profile.Data
           
 
Field Summary
protected  java.util.Hashtable table
           
protected static double TINY
           
 
Constructor Summary
Profile()
           
 
Method Summary
 double c(double x)
           
 double e(double x)
           
static void main(java.lang.String[] args)
           
 double p(double x)
           
 java.lang.String toString()
           
 void update(double x)
           
 void update(double x, double c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

table

protected java.util.Hashtable table

TINY

protected static final double TINY
See Also:
Constant Field Values
Constructor Detail

Profile

public Profile()
Method Detail

p

public double p(double x)

c

public double c(double x)

e

public double e(double x)

update

public void update(double x,
                   double c)

update

public void update(double x)

toString

public java.lang.String toString()

main

public static void main(java.lang.String[] args)


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.