public class MLFunction
extends java.lang.Object
implements java.io.Serializable
MLFunction is returned by the getFunction() method in the MathLink interface.
| Modifier and Type | Field and Description |
|---|---|
int |
argCount
The function's argument count.
|
java.lang.String |
name
The function's name.
|
| Modifier | Constructor and Description |
|---|---|
protected |
MLFunction(java.lang.String name,
int argc) |
J/Link is Copyright (c) 1999-2012, Wolfram Research, Inc. All rights reserved.