integrators
Class IntegratorList

java.lang.Object
  extended byintegrators.IntegratorList

public class IntegratorList
extends java.lang.Object

This class just holds a list of all available integrators. Right now its only used by the options dlog.


Field Summary
static java.lang.String[][] integrators
           
 
Constructor Summary
IntegratorList()
           
 
Method Summary
static java.lang.String getIntegratorClass(int i)
           
static java.lang.String getIntegratorName(int i)
           
static int getNumIntegrators()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

integrators

public static java.lang.String[][] integrators
Constructor Detail

IntegratorList

public IntegratorList()
Method Detail

getNumIntegrators

public static int getNumIntegrators()

getIntegratorName

public static java.lang.String getIntegratorName(int i)

getIntegratorClass

public static java.lang.String getIntegratorClass(int i)