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
|
Field Summary |
int |
argCount
The function's argument count. |
java.lang.String |
name
The function's name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
- The function's name.
argCount
public int argCount
- The function's argument count.
J/Link is Copyright (c) 1999-2008,
Wolfram Research, Inc. All rights reserved.