|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MathLink | |
|---|---|
| com.wolfram.jlink | This is the main J/Link package, containing the classes and interfaces that programmers will use most. |
| Uses of MathLink in com.wolfram.jlink |
|---|
| Subinterfaces of MathLink in com.wolfram.jlink | |
|---|---|
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. |
| Methods in com.wolfram.jlink that return MathLink | |
|---|---|
static MathLink |
MathLinkFactory.createMathLink(java.lang.String cmdLine)
Creates a MathLink. |
static MathLink |
MathLinkFactory.createMathLink(java.lang.String[] argv)
Creates a MathLink. |
| Methods in com.wolfram.jlink with parameters of type MathLink | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||