|
Classes in com.wolfram.jlink used by com.wolfram.jlink |
Expr
The Expr class is a representation of arbitrary Mathematica expressions in Java. |
ExprFormatException
ExprFormatException is the exception thrown by the "asXXX()" methods of the Expr class
(e.g., asInt(), asDouble(), asArray(), etc.) |
JLinkClassLoader
This class loader does all the loading of classes requested via the Mathematica function LoadJavaClass[]. |
KernelLink
KernelLink is the main link interface that J/Link programmers will use. |
LoopbackLink
LoopbackLink is the link interface that represents a special type of link
known as a loopback link. |
MathLink
MathLink is the low-level interface that is the root of all link objects in J/Link. |
MathLinkException
The exception thrown by methods in the MathLink and KernelLink interfaces when
a link error occurs. |
MathListener
This abstract class is the parent class of all the MathXXXListener classes, which let you trigger a call
into Mathematica on the occurrence of a particular event. |
MLFunction
MLFunction is a simple class that is nothing more than a holder for a function
name and argument count. |
PacketArrivedEvent
The event type that is sent to PacketListeners to notify them that a packet has
arrived on the link. |
PacketListener
The listener interface for receiving PacketArrivedEvents. |
All rights reserved.