public class NumberCast extends AtomicFunction
AtomicFunction.AtomicFunctionInputPin, AtomicFunction.AtomicFunctionOutputPinm_context, m_inputPins, m_outputPins| Constructor and Description |
|---|
NumberCast() |
| Modifier and Type | Method and Description |
|---|---|
NumberCast |
duplicate(boolean with_state)
Creates a possibly stateful copy of an object.
|
protected java.lang.Object[] |
getValue(java.lang.Object... inputs)
Computes the output value of the function based on input arguments.
|
java.lang.String |
toString() |
copyInto, duplicate, evaluate, getContext, getExplanation, getExplanation, getInputPin, getOutputPin, reset, setContextaddToInput, addToOutput, copyInto, getInputArity, getInputLinks, getOutputArity, getOutputLinks, removeFromInput, removeFromOutput, setToInput, setToOutputclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddToInput, addToOutput, getInputArity, getInputLinks, getOutputArity, getOutputLinks, removeFromInput, removeFromOutput, setToInput, setToOutputprotected java.lang.Object[] getValue(java.lang.Object... inputs)
throws InvalidNumberOfArgumentsException
AtomicFunctiongetValue in class AtomicFunctioninputs - The input arguments.InvalidNumberOfArgumentsException - If the number of arguments of
the method does not equal the input arity of the functionpublic NumberCast duplicate(boolean with_state)
Duplicableduplicate in interface Duplicableduplicate in class Nodewith_state - Set to true for a stateful copy, false
otherwisepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © Sylvain HallĂ©. All Rights Reserved.