de.grogra.rgg
Class NodeToInt

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

public abstract class NodeToInt
extends java.lang.Object
implements ObjectToInt<Node>


Constructor Summary
NodeToInt()
           
 
Method Summary
abstract  int evaluateInt(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

NodeToInt

public NodeToInt()
Method Detail

evaluateInt

public abstract int evaluateInt(Node node)
Description copied from interface: ObjectToInt
Computes the value of this function at x.

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