java.lang.Object
de.grogra.rgg.NodeToInt
- All Implemented Interfaces:
ObjectToInt<Node>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract intevaluateInt(Node node) Computes the value of this function atx.
-
Constructor Details
-
NodeToInt
public NodeToInt()
-
-
Method Details
-
evaluateInt
Description copied from interface:ObjectToIntComputes the value of this function atx.- Specified by:
evaluateIntin interfaceObjectToInt<Node>- Parameters:
node- where the function is to be evaluated- Returns:
- function value at
x
-