Uses of Interface
com.wolfram.jlink.MathLink
-
Packages that use MathLink Package Description 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 Modifier and Type Interface 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.Methods in com.wolfram.jlink that return MathLink Modifier and Type Method Description 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 Modifier and Type Method 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 linksource
to this link.
-