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 interfaceKernelLinkKernelLink is the main link interface that J/Link programmers will use.interfaceLoopbackLinkLoopbackLink 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 MathLinkMathLinkFactory. createMathLink(java.lang.String cmdLine)Creates a MathLink.static MathLinkMathLinkFactory. createMathLink(java.lang.String[] argv)Creates a MathLink.Methods in com.wolfram.jlink with parameters of type MathLink Modifier and Type Method Description static ExprExpr. 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 KernelLinkMathLinkFactory. createKernelLink(MathLink ml)Creates a KernelLink by wrapping a MathLink.static booleanInstall. install(MathLink ml)static booleanInstall. install(MathLink ml, int timeout)voidExpr. put(MathLink ml)Not intended for general use.voidMathLink. transferExpression(MathLink source)Writes a complete expression from the linksourceto this link.
-