Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.hartmath.loadable
Class EDP  view EDP download EDP.java

java.lang.Object
  extended bycom.hartmath.loadable.EDP
All Implemented Interfaces:
com.hartmath.mapping.FunctionEvaluator

public class EDP
extends java.lang.Object
implements com.hartmath.mapping.FunctionEvaluator

Description of the Class


Constructor Summary
EDP()
          Constructor for the EDP object
 
Method Summary
 com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction vect)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EDP

public EDP()
Constructor for the EDP object

Method Detail

evaluate

public com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction vect)
Description of the Method

Specified by:
evaluate in interface com.hartmath.mapping.FunctionEvaluator