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