Module rgg
Package de.grogra.rgg

Class NodeToInt

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

public abstract class NodeToInt extends Object implements ObjectToInt<Node>
  • Constructor Details

    • NodeToInt

      public NodeToInt()
  • Method Details

    • 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