de.grogra.rgg
Class NodeToFloat

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

public abstract class NodeToFloat
extends java.lang.Object
implements ObjectToFloat<Node>


Constructor Summary
NodeToFloat()
           
 
Method Summary
abstract  float evaluateFloat(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

NodeToFloat

public NodeToFloat()
Method Detail

evaluateFloat

public abstract float evaluateFloat(Node node)
Description copied from interface: ObjectToFloat
Computes the value of this function at x.

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