public class TestCurveIntegral extends UISkeleton
Constructor and Description |
---|
TestCurveIntegral()
Constructs from nothing.
|
TestCurveIntegral(java.lang.String[] args)
Constructs from a array of string arguments.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Tests this class.
|
java.lang.String |
toString()
Returns a string representation of this instance.
|
processArgs, startThreads
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, yield
public TestCurveIntegral()
public TestCurveIntegral(java.lang.String[] args) throws visad.VisADException, java.rmi.RemoteException
args
- The arguments.visad.VisADException
- if a core VisAD failure occurs.java.rmi.RemoteException
- if a Java RMI failure occurs.public java.lang.String toString()
toString
in class TestSkeleton
public static void main(java.lang.String[] args) throws visad.VisADException, java.rmi.RemoteException
args
- The invocation arguments.visad.VisADException
- if a core VisAD failure occurs.java.rmi.RemoteException
- if a Java RMI failure occurs.