| Package | Description |
|---|---|
| com.wolfram.jlink |
This is the main J/Link package, containing the classes and interfaces that programmers will use most.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
KernelLink
KernelLink is the main link interface that J/Link programmers will use.
|
interface |
LoopbackLink
LoopbackLink is the link interface that represents a special type of link
known as a loopback link.
|
| Modifier and Type | Method and Description |
|---|---|
static MathLink |
MathLinkFactory.createMathLink(java.lang.String cmdLine)
Creates a MathLink.
|
static MathLink |
MathLinkFactory.createMathLink(java.lang.String[] argv)
Creates a MathLink.
|
| Modifier and Type | Method and Description |
|---|---|
static Expr |
Expr.createFromLink(MathLink ml)
This factory method will only be used by advanced programmers who are creating their own
classes that implement the MathLink interface.
|
static KernelLink |
MathLinkFactory.createKernelLink(MathLink ml)
Creates a KernelLink by wrapping a MathLink.
|
static boolean |
Install.install(MathLink ml) |
static boolean |
Install.install(MathLink ml,
int timeout) |
void |
Expr.put(MathLink ml)
Not intended for general use.
|
void |
MathLink.transferExpression(MathLink source)
Writes a complete expression from the link
source to this link. |
J/Link is Copyright (c) 1999-2012, Wolfram Research, Inc. All rights reserved.