com.japisoft.formula.lib
Class LibManager

java.lang.Object
  |
  +--com.japisoft.formula.lib.LibManager

public class LibManager
extends java.lang.Object

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

Version:
1.0
Author:
(c) 2002 JAPISoft

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

LibManager

public LibManager()
Method Detail

install

public static void install(Lib lib)
Change the current mathematical library by this one


install

public static void install(java.lang.String lib)
                    throws LibException
Change the current mathematical library by this class name

Throws:
LibException - for impossible library loading

installDefaultLib

public static void installDefaultLib()
Install the default library com.japisoft.formula.lib.standard.Standard


getLib

public static Lib getLib()
Returns:
the current mathematical library