de.grogra.rgg
Class NodeToDouble

java.lang.Object
  extended by de.grogra.rgg.NodeToDouble
All Implemented Interfaces:
ObjectToDouble<Node>

public abstract class NodeToDouble
extends java.lang.Object
implements ObjectToDouble<Node>


Constructor Summary
NodeToDouble()
           
 
Method Summary
abstract  double evaluateDouble(Node node)
          Computes the value of this function at x.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeToDouble

public NodeToDouble()
Method Detail

evaluateDouble

public abstract double evaluateDouble(Node node)
Description copied from interface: ObjectToDouble
Computes the value of this function at x.

Specified by:
evaluateDouble in interface ObjectToDouble<Node>
Parameters:
node - where the function is to be evaluated
Returns:
function value at x