|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.japisoft.formula.lib.LibManager
Manager a mathematical library. By default the LibManager
uses
the standard com.japisoft.formula.lib.standard.Standard
library.
More information at : http://www.japisoft.com
Constructor Summary | |
LibManager()
|
Method Summary | |
static Lib |
getLib()
|
static void |
install(Lib lib)
Change the current mathematical library by this one |
static void |
install(java.lang.String lib)
Change the current mathematical library by this class name |
static void |
installDefaultLib()
Install the default library com.japisoft.formula.lib.standard.Standard |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LibManager()
Method Detail |
public static void install(Lib lib)
public static void install(java.lang.String lib) throws LibException
LibException
- for impossible library loadingpublic static void installDefaultLib()
com.japisoft.formula.lib.standard.Standard
public static Lib getLib()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |