Class IterativeFunction
java.lang.Object
org.cyclops.integrateddynamics.core.evaluate.operator.IterativeFunction
- All Implemented Interfaces:
OperatorBase.IFunction
A smart function that is made up of a list of value propagators.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
A builder for iterative smart functions. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionevaluate
(OperatorBase.SafeVariablesGetter variables) Evaluate this function for the given input.
-
Constructor Details
-
IterativeFunction
-
-
Method Details
-
evaluate
Description copied from interface:OperatorBase.IFunction
Evaluate this function for the given input.- Specified by:
evaluate
in interfaceOperatorBase.IFunction
- Parameters:
variables
- The input variables holder.- Returns:
- The output value.
- Throws:
EvaluationException
- If an exception occurs while evaluating
-