Package com.wolfram.jlink
Class MLFunction
- java.lang.Object
-
- com.wolfram.jlink.MLFunction
-
- All Implemented Interfaces:
java.io.Serializable
public class MLFunction extends java.lang.Object implements java.io.Serializable
MLFunction is a simple class that is nothing more than a holder for a function name and argument count.MLFunction is returned by the getFunction() method in the MathLink interface.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MLFunction(java.lang.String name, int argc)
-